-
Notifications
You must be signed in to change notification settings - Fork 63.6k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamdevelopersContent related to developersContent related to developerswaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's reviewwebhooksContent related to webhooksContent related to webhooks
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Unfortunately, I don't think the documentation is correct -- can someone double-check me here?
A pull request's head branch was updated. For example, the head branch was updated from the base branch, new commits were pushed to the head branch, or the base branch was changed.
Specifically, I cannot reproduce the "or the base branch was changed" logic.
Steps:
- Open PR with action on
pull_request
- Workflow runs because of the
opened
event - Edit PR to change base branch from
main
tosome_other_ref
(different SHA)
Expected: CI should run because the base branch has changed.
Actual: CI does not run.
Additional information
No response
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamdevelopersContent related to developersContent related to developerswaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's reviewwebhooksContent related to webhooksContent related to webhooks