A bit more auto-labeling on issue open

5f726d2b2516269f55271885c82a8360dfac0b40

Wolfsblvt <wolfsblvt@gmail.com>

2 files changed, +9 -0Ignore whitespace
.github/issues-auto-labels.yml+6 -0
@@ -12,3 +12,9 @@
1212
1313🐧 Linux:
1414 - '(🐧 Linux)'
15+
16+🦊 Firefox:
17+ - '(firefox|mozilla)'
18+
19+📱 Mobile:
20+ - '(iphone|ios|android|📱 Termux)'
.github/workflows/issues-auto-manager.yml+3 -0
@@ -11,6 +11,9 @@ jobs:
1111
1212 steps:
1313 - name: Auto-Label Issues (Based on Issue Content)
14+ # only auto label based on issue content once, on open (to prevent re-labeling removed labels)
15+ if: github.event.action == 'opened'
16+
1417 # Issue Labeler
1518 # https://github.com/marketplace/actions/regex-issue-labeler
1619 uses: github/issue-labeler@v3