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
This action only fetches metadata, it does not do the automerging itself. The automerge examples on the readme are demonstrating how to write your own GitHub Actions workflow file that leverages the metadata provided by this action in order to decide whether to take additional steps... such as automerging.
So when you write your workflow file, then you decide how you wish to run it--cron, whatever.
Instead of using
on: pull_request_target
we would like to run as a cron:So it only merges during dawn and doesn't get in the way of our devs.
Does this configuration work?
If not would it be possible to change the action to have the pull request number (or url)?
The text was updated successfully, but these errors were encountered: