Closed
Description
What article on docs.github.com is affected?
Automatically merging a pull request
What part(s) of the article would you like to see updated?
The article is good for getting started, but it leaves many aspects in relation to GH Actions unclear. With this respect the article should be a bit more verbose.
For example:
- will automerge trigger an GH Actions event if GH actions already ran during the the checks phase?
- What would be the event?
- Where would we find more documentation?
Normally GH Actions will not trigger a secondary action if an event is the result of an action. This is important information, because this feature is tightly coupled to GH Actions.
From the Documentation I would assume NO secondary action would be triggered.
Additional information
I did not run any experiments to check this behaviour.
In my repos I have steps that have to get performed after the merge took place. Given the documentation I don't feel confident to refactor my actions.