Allow actions to run on automatic_base_change_succeeded #200245
Unanswered
samsternatmiter
asked this question in
Actions
Replies: 1 comment
-
|
Currently, GitHub Actions does not support automatic_base_change_succeeded or edited as native triggers for automatic base branch updates. Since GitHub performs this base change silently, no default pull_request workflow event fires. I belive this was answered here: don't forget to click the Accept Solution button |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Workflow Configuration
Discussion Details
If I run actions on
pull_request.editedevents I pick up manual base branch changes, but when GitHub automatically changes the base branch (due to a different PR merging) then theautomatic_base_change_succeededfires but I can't trigger a GitHub action on that.It would be great to either:
automatic_base_change_succeedededitedin addition toautomatic_base_change_succeededBeta Was this translation helpful? Give feedback.
All reactions