A bit more auto-labeling on issue open

This commit is contained in:
Wolfsblvt
2025-03-13 12:08:49 +01:00
parent e43b9a3d2c
commit 5f726d2b25
2 changed files with 9 additions and 0 deletions

View File

@@ -12,3 +12,9 @@
🐧 Linux:
- '(🐧 Linux)'
🦊 Firefox:
- '(firefox|mozilla)'
📱 Mobile:
- '(iphone|ios|android|📱 Termux)'

View File

@@ -11,6 +11,9 @@ jobs:
steps:
- name: Auto-Label Issues (Based on Issue Content)
# only auto label based on issue content once, on open (to prevent re-labeling removed labels)
if: github.event.action == 'opened'
# Issue Labeler
# https://github.com/marketplace/actions/regex-issue-labeler
uses: github/issue-labeler@v3