Closed ElliotNB closed 1 year ago
You can put workflow_dispatch:
in the on:
section of your definition file.
Yes. As @chris-jenkinson mentioned, you can use workflow_dispatch
or also you can schedule the action and send the results to Slack, Teams, or a Webhook (check this example).
@manuelmhtr First off, thank you for building such a useful tool!
Occasionally GitHub fails to run actions for a number of different reasons. For example, in just the past week, GitHub has experienced three separate outages/incidents related to Actions ( https://www.githubstatus.com/history ). Is there a way to manually trigger a run of pull request stats in the event that the action fails to trigger/execute automatically?