diff --git a/.github/workflows/subscribe-to-label.yml b/.github/workflows/subscribe-to-label.yml index 4944047d78..22ae0fe9c5 100644 --- a/.github/workflows/subscribe-to-label.yml +++ b/.github/workflows/subscribe-to-label.yml @@ -2,12 +2,13 @@ name: "Subscribe to Label" on: issues: types: ["labeled"] - 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 * * * *' + # 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 * * * *' jobs: triage: runs-on: ubuntu-latest