Copied automation script for tagging new issues from the main AWS collection (#936)

This commit is contained in:
Chyna Sanders
2025-06-10 12:33:52 -05:00
committed by GitHub
parent b1fbd38352
commit 77627bb8d9

18
.github/workflows/label-new-issues.yaml vendored Normal file
View File

@@ -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