Skip to content

chore(workflow): add SDK parity dispatch workflow#9

Open
salihdev0 wants to merge 1 commit into
mainfrom
feat/sdk-parity
Open

chore(workflow): add SDK parity dispatch workflow#9
salihdev0 wants to merge 1 commit into
mainfrom
feat/sdk-parity

Conversation

@salihdev0
Copy link
Copy Markdown

  • Introduced a new GitHub Actions workflow for SDK parity dispatch.
  • Triggers on push and pull request events for changes in the src directory and composer.json.
  • Utilizes a reusable workflow from the tapsilat/tapsilat-sdk-parity repository.

- Introduced a new GitHub Actions workflow for SDK parity dispatch.
- Triggers on push and pull request events for changes in the `src` directory and `composer.json`.
- Utilizes a reusable workflow from the tapsilat/tapsilat-sdk-parity repository.
Copilot AI review requested due to automatic review settings April 8, 2026 20:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Actions workflow that dispatches an SDK parity check by invoking a reusable workflow from tapsilat/tapsilat-sdk-parity, and scopes execution to changes in src/** and composer.json.

Changes:

  • Introduced sdk-parity-dispatch.yml workflow triggered on push, pull_request, and manual workflow_dispatch.
  • Delegates execution to a reusable workflow in tapsilat/tapsilat-sdk-parity and inherits secrets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +15 to +16
parity-dispatch:
uses: tapsilat/tapsilat-sdk-parity/.github/workflows/reusable-sdk-parity-dispatch.yml@main
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reusable workflow is referenced via @main, which is mutable. Because this job will execute code from another repository, it’s safer to pin to an immutable ref (a commit SHA or a version tag) to avoid unexpected changes running in this repo’s CI context.

Copilot uses AI. Check for mistakes.
Comment on lines +16 to +17
uses: tapsilat/tapsilat-sdk-parity/.github/workflows/reusable-sdk-parity-dispatch.yml@main
secrets: inherit
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

secrets: inherit forwards all repository/environment secrets to the called workflow. Given this job calls an external reusable workflow, consider passing only the specific secrets it needs (explicit mapping) and setting explicit minimal permissions for GITHUB_TOKEN to reduce blast radius.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants