From 77627bb8d9317ab6aa96eebd076f98e63cba31cd Mon Sep 17 00:00:00 2001 From: Chyna Sanders Date: Tue, 10 Jun 2025 12:33:52 -0500 Subject: [PATCH] Copied automation script for tagging new issues from the main AWS collection (#936) --- .github/workflows/label-new-issues.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/label-new-issues.yaml diff --git a/.github/workflows/label-new-issues.yaml b/.github/workflows/label-new-issues.yaml new file mode 100644 index 00000000..c7fcb21f --- /dev/null +++ b/.github/workflows/label-new-issues.yaml @@ -0,0 +1,18 @@ +--- +name: label new issues +on: + issues: + types: + - opened + - reopened + +jobs: + add_label: + runs-on: ubuntu-latest + permissions: + contents: write + issues: write + steps: + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: needs_triage