@@ -1,6 +1,6 @@
|
||||
# When the target of the PR changes, open, re-open or sync, then re-add the label.
|
||||
|
||||
name: Set Awaiting Review
|
||||
name: 'goalie: update awaiting-review label'
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# on a review from someone in the reviewers group, remove the awaiting-review label and add the awaiting-author label
|
||||
name: Goalie Workflow
|
||||
name: 'goalie: run cron'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
|
||||
Reference in New Issue
Block a user