Closed
Description
It's unclear to me whether this action supports a /schedule
without the Date
string specified as per the README. For example, if I want to auto-merge a PR every Wednesday 9am ET, I'd prefer to just set the cron accordingly:
schedule:
- cron: 0 13 * * 3
Will this work as intended, or do I still need to specify the upcoming date each time?