Skip to content

Conversation

Copy link

Copilot AI commented Dec 12, 2025

Configured GitHub Actions workflows to run on PRs targeting feature-lib branch, matching the checks already running for PRs to main.

Changes

  • .github/workflows/website.yaml: Added feature-lib to pull_request.branches
  • .github/workflows/spellcheck.yaml: Added feature-lib to pull_request.branches
pull_request:
  branches:
    - main
    - feature-lib

This ensures Hugo build and spellcheck validation run consistently across both integration branches.

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


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update checks for feature-lib branch Add feature-lib branch to GitHub Actions PR triggers Dec 12, 2025
Copilot AI requested a review from ruokun-niu December 12, 2025 18:43
@agentofreality
Copy link
Member

@ruokun-niu wont this deploy the feature-lib branch over the live website?

@ruokun-niu
Copy link
Contributor

@ruokun-niu wont this deploy the feature-lib branch over the live website?

No it will not. The workflow only triggers on pushes (https://github.com/drasi-project/docs/blob/copilot/update-feature-lib-checks/.github/workflows/website.yaml#L60) to the main branch. Pushes to feature-lib are not included in the push trigger configuration.

@ruokun-niu ruokun-niu marked this pull request as ready for review December 15, 2025 18:21
@ruokun-niu ruokun-niu requested a review from a team as a code owner December 15, 2025 18:21
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.

3 participants