From 1245434124bf8e7bf809c851a24442ad7dfb709f Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 19 Jan 2022 10:38:33 +0100 Subject: [PATCH] chore: namespace the workflow name Signed-off-by: blam --- .github/workflows/awaiting-review.yaml | 2 +- .github/workflows/goalie.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '* * * * *'