Skip to content

feat(workflow): add SDK parity dispatch workflow#1

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

feat(workflow): add SDK parity dispatch workflow#1
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 Java source files and pom.xml.
  • Utilizes a reusable workflow from tapsilat/tapsilat-sdk-parity.
  • Inherits secrets for secure operations.

- Introduced a new GitHub Actions workflow for SDK parity dispatch.
- Triggers on push and pull request events for Java source files and pom.xml.
- Utilizes a reusable workflow from tapsilat/tapsilat-sdk-parity.
- Inherits secrets for secure operations.
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 to dispatch/run the SDK parity check whenever Java source or pom.xml changes (or via manual trigger), leveraging a reusable workflow from tapsilat/tapsilat-sdk-parity.

Changes:

  • Introduced sdk-parity-dispatch workflow triggered on push, pull_request (path-filtered), and workflow_dispatch
  • Delegates execution to a reusable workflow in tapsilat/tapsilat-sdk-parity
  • Inherits repository secrets for the called workflow

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


jobs:
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 reference is pinned to a mutable branch (@main). For supply-chain safety and reproducibility, pin this uses: to an immutable ref (a tagged release) or a specific commit SHA, and update it intentionally when you want new behavior.

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 exposes all repository/environment secrets to the called workflow on push runs. Prefer explicitly passing only the specific secrets/inputs the reusable workflow needs to reduce blast radius if the upstream workflow changes or is compromised.

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