From 6dbf3d93dcd24f56bf359993aba91e110d26620c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 4 Dec 2025 07:41:34 -0800 Subject: [PATCH] Remove label trigger for triage workflow 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. --- .github/workflows/triage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 70229754a23e..cc7a75710ace 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,8 +1,6 @@ name: "Issue / PR Triage" on: - issues: - types: ["labeled"] schedule: # Run pull request triage once an hour. Ideally, this would be on # "labeled" types of pull request events, but that doesn't work if the pull