Commit Graph

3 Commits

Author SHA1 Message Date
Justin Van Patten 348a976084
ci: Use latest version of actions/checkout ()
Upgrade all workflows to the latest version of actions/checkout (which
uses node 20 runtime).
2024-03-30 15:53:47 +00:00
Abhinav Gupta c6d4cc268d
ci/rebase: Run for members and owners
The `/rebase` command only runs for collaborators right now, but not for repository members or owners.
(https://docs.github.com/en/graphql/reference/enums#commentauthorassociation)

This updates the job to support the command from owners and members.

The `fromJSON` business is necessary to be able to represent the array in the GitHub expression.
See https://docs.github.com/en/actions/learn-github-actions/expressions#example-matching-an-array-of-strings.

Refs 
2023-02-19 18:18:06 -08:00
aq17 6adacf9358 Add /rebase command 2022-10-18 10:15:34 -07:00