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
We can talk about it at the core dev sprint if you want, but basically GitHub Actions get a webhook event just like apps and then you get to specify what you want GitHub to execute in a runner on your behalf. Obviously reusable actions make it easy to pull together reusable parts, but executing a Python script is dead-simple as well.
It would be great if bedevere can post the "issue number", "news" and "backport PR" statuses as Check Runs instead of status
The other CIs like travis CI, Azure pipelines are already running as Check Run instead of status.
This will help simplify miss-islington's automerge logic so it doesn't have to check in both "status" and "check runs".
When this gets implemented, please coordinate the change with miss-islington to ensure that miss-islington knows what to do with this change.
The text was updated successfully, but these errors were encountered: