chore: multi-gitter-scripts/add-gh-workflow-composer-lock-diff#3
Open
ShunLuk wants to merge 1 commit into
Open
chore: multi-gitter-scripts/add-gh-workflow-composer-lock-diff#3ShunLuk wants to merge 1 commit into
multi-gitter-scripts/add-gh-workflow-composer-lock-diff#3ShunLuk wants to merge 1 commit into
Conversation
Member
ShunLuk
commented
May 7, 2026
- Add github composer-lock-diff.yml if not present in repo
- Add github composer-lock-diff.yml if not present in repo
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow that runs on pull requests touching composer.lock and delegates the work to a reusable workflow in yardinternet/workflows.
Changes:
- Introduces
.github/workflows/composer-lock-diff.ymlto trigger oncomposer.lockchanges in PRs - Calls a reusable workflow (
yardinternet/workflows/.../composer-lock-diff.yml) and inherits secrets
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| jobs: | ||
| composer-diff: | ||
| uses: yardinternet/workflows/.github/workflows/composer-lock-diff.yml@main |
| jobs: | ||
| composer-diff: | ||
| uses: yardinternet/workflows/.github/workflows/composer-lock-diff.yml@main | ||
| secrets: inherit |
Comment on lines
+1
to
+6
| name: Composer Diff | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths: | ||
| - 'composer.lock' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.