diff --git a/.github/workflows/awaiting-review.yaml b/.github/workflows/awaiting-review.yaml index 12b19f3187..c8dd66d976 100644 --- a/.github/workflows/awaiting-review.yaml +++ b/.github/workflows/awaiting-review.yaml @@ -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: diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 6aaaafc429..93ca4209fc 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -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: '* * * * *'