Temporarily disable subscribe to label

This commit is contained in:
Nick Fitzgerald
2020-03-12 10:20:20 -07:00
parent af0a4dc0ca
commit 8e21cfef88

View File

@@ -2,12 +2,13 @@ name: "Subscribe to Label"
on: on:
issues: issues:
types: ["labeled"] types: ["labeled"]
schedule: # Temporarily disabled until we fix the bot...
# Run pull request triage every 5 minutes. Ideally, this would be on # schedule:
# "labeled" types of pull request events, but that doesn't work if the pull # # Run pull request triage every 5 minutes. Ideally, this would be on
# request is from another fork. For example, see # # "labeled" types of pull request events, but that doesn't work if the pull
# https://github.com/actions/labeler/issues/12 # # request is from another fork. For example, see
- cron: '*/5 * * * *' # # https://github.com/actions/labeler/issues/12
# - cron: '*/5 * * * *'
jobs: jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest