Browse Source

Don't define two `on:` sections in CI

pull/1300/head
Alex Crichton 5 years ago
parent
commit
af0a4dc0ca
  1. 1
      .github/workflows/subscribe-to-label.yml

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

@ -2,7 +2,6 @@ name: "Subscribe to Label"
on:
issues:
types: ["labeled"]
on:
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

Loading…
Cancel
Save