From 2fb98ad590a704e186e866bf806f0df60ecd25b4 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 12 Mar 2020 12:59:29 -0700 Subject: [PATCH] Revert "Temporarily disable subscribe to label" This reverts commit 8e21cfef88aa679320cbaa91e31968a048789a9b. --- .github/workflows/subscribe-to-label.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/subscribe-to-label.yml b/.github/workflows/subscribe-to-label.yml index 22ae0fe9c5..4944047d78 100644 --- a/.github/workflows/subscribe-to-label.yml +++ b/.github/workflows/subscribe-to-label.yml @@ -2,13 +2,12 @@ name: "Subscribe to Label" on: issues: types: ["labeled"] - # Temporarily disabled until we fix the bot... - # schedule: - # # Run pull request triage every 5 minutes. Ideally, this would be on - # # "labeled" types of pull request events, but that doesn't work if the pull - # # request is from another fork. For example, see - # # https://github.com/actions/labeler/issues/12 - # - cron: '*/5 * * * *' + schedule: + # Run pull request triage every 5 minutes. Ideally, this would be on + # "labeled" types of pull request events, but that doesn't work if the pull + # request is from another fork. For example, see + # https://github.com/actions/labeler/issues/12 + - cron: '*/5 * * * *' jobs: triage: runs-on: ubuntu-latest