Skip to content

Conversation

Copy link

Copilot AI commented Dec 12, 2025

PRs targeting feature-lib were not triggering the same CI checks (build and lint) as PRs targeting main.

Changes

  • .github/workflows/build.yml: Added feature-lib to pull_request trigger branches
  • .github/workflows/lint.yml: Added feature-lib to pull_request trigger branches
# Before
pull_request:
  branches: [ "main" ]

# After  
pull_request:
  branches: [ "main", "feature-lib" ]

PRs targeting feature-lib now run the full build and lint check suite.

Original prompt

Please update this repo so that all of the checks that we run when we target the main branch in a PR gets triggered when target the feature-lib branch please update this in the feature-lib branhc, dont update amin


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update checks to trigger on feature-lib branch Enable CI checks for PRs targeting feature-lib branch Dec 12, 2025
Copilot AI requested a review from ruokun-niu December 12, 2025 18:52
@ruokun-niu ruokun-niu marked this pull request as ready for review December 15, 2025 19:52
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