diff --git a/.github/workflows/Issue label..html b/.github/workflows/Issue label..html
new file mode 100644
index 0000000..b657703
--- /dev/null
+++ b/.github/workflows/Issue label..html
@@ -0,0 +1,18 @@
+name: Label issues
+on:
+ issues:
+ types:
+ - reopened
+ - opened
+jobs:
+ label_issues:
+ runs-on: ubuntu-latest
+ permissions:
+ issues: write
+ steps:
+ - run: gh issue edit "$NUMBER" --add-label "bug,good-first,invalid,question,help-needed"
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_REPO: ${{ github.repository }}
+ NUMBER: ${{ github.event.issue.number }}
+ LABELS: triage