From 3aeb488651a378ba58b1929eb97b954efe26454c Mon Sep 17 00:00:00 2001 From: Ivy Evans Date: Tue, 30 Dec 2025 15:19:05 -0800 Subject: [PATCH] Remove `triage` GitHub action This label is duplicative since we've switched to using GitHub Projects and its built-in automations. --- .github/workflows/triage.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/workflows/triage.yml diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml deleted file mode 100644 index 74bb1d9..0000000 --- a/.github/workflows/triage.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: Label issues as "triage" - -on: - issues: - types: - - opened -jobs: - call-workflow-from-shared-config: - uses: rubyatscale/shared-config/.github/workflows/triage.yml@main