Rename triage workflow to triage-discussion-label

Rename .github/workflows/triage.yml to .github/workflows/triage-discussion-label.yml and update the workflow name from "Discussion Triage" to "Process Discuss Label" to better reflect its intent.
This commit is contained in:
Kynan Ware 2026-02-17 07:32:35 -07:00
parent e861681139
commit e1983ce457

View file

@ -1,4 +1,4 @@
name: Discussion Triage
name: Process Discuss Label
run-name: ${{ github.event_name == 'issues' && github.event.issue.title || github.event.pull_request.title }}
permissions: {}
on: