chore: namespace the workflow name

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-19 10:38:33 +01:00
parent 21d2908351
commit 1245434124
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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: '* * * * *'