Browse Source

Temporarily disable subscribe to label

pull/1300/head
Nick Fitzgerald 5 years ago
parent
commit
8e21cfef88
  1. 13
      .github/workflows/subscribe-to-label.yml

13
.github/workflows/subscribe-to-label.yml

@ -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

Loading…
Cancel
Save