You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to resolve docker pull issue the below, I think should change the trigger condition described in the document. docker pull will still occur even if exclude synchronize inside the pr-agent codebase.
-every time you run GitHub action, you pull a docker. This operation costs us money, and with large numbers, it's not a negligible amount. 'synchronize' will force us to use far more expensive docker hosting solutions. #648 (comment)
Suggesions
Add the pull_request types into the github actions workflow docs based on the code base to suppress pr-agent docker image pull from being executed in synchronize event. Please note that the default pull request types are
Add else condition into this and logging why pr-agent does not execute. Users who are configuring github actions according to the current documentation, the reason why pr-agent is not executed when the synchronize event occurs is confusing and looks like a bug.
The text was updated successfully, but these errors were encountered:
In order to resolve
docker pull
issue the below, I think should change the trigger condition described in the document.docker pull
will still occur even if excludesynchronize
inside the pr-agent codebase.Suggesions
Add the pull_request types into the github actions workflow docs based on the code base to suppress pr-agent docker image pull from being executed in
synchronize
event. Please note that the default pull request types areAdd else condition into this and logging why pr-agent does not execute. Users who are configuring github actions according to the current documentation, the reason why pr-agent is not executed when the
synchronize
event occurs is confusing and looks like a bug.The text was updated successfully, but these errors were encountered: