Skip to content

Commit 050d779

Browse files
authored
Remove label trigger for triage workflow (#12124)
Every time I add labels to issues I routinely get emails about cancelled workflows. I'm kind of tired of getting these emails so let's try moving to just a cron for this workflow.
1 parent 9dc6a7d commit 050d779

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/triage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Issue / PR Triage"
22

33
on:
4-
issues:
5-
types: ["labeled"]
64
schedule:
75
# Run pull request triage once an hour. Ideally, this would be on
86
# "labeled" types of pull request events, but that doesn't work if the pull

0 commit comments

Comments
 (0)