Skip to content

chore: multi-gitter-scripts/add-gh-workflow-composer-lock-diff#3

Open
ShunLuk wants to merge 1 commit into
mainfrom
chore/add-gh-workflow-composer-lock-diff
Open

chore: multi-gitter-scripts/add-gh-workflow-composer-lock-diff#3
ShunLuk wants to merge 1 commit into
mainfrom
chore/add-gh-workflow-composer-lock-diff

Conversation

@ShunLuk
Copy link
Copy Markdown
Member

@ShunLuk 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
Copilot AI review requested due to automatic review settings May 7, 2026 13:38
@ShunLuk ShunLuk requested a review from a team as a code owner May 7, 2026 13:38
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 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.yml to trigger on composer.lock changes 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'
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