Closed
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