A bit more auto-labeling on issue open
| @@ -12,3 +12,9 @@ | ||
| 12 | 12 | |
| 13 | 13 | 🐧 Linux: |
| 14 | 14 | - '(🐧 Linux)' |
| 15 | + | |
| 16 | +🦊 Firefox: | |
| 17 | + - '(firefox|mozilla)' | |
| 18 | + | |
| 19 | +📱 Mobile: | |
| 20 | + - '(iphone|ios|android|📱 Termux)' | |
| @@ -11,6 +11,9 @@ jobs: | ||
| 11 | 11 | |
| 12 | 12 | steps: |
| 13 | 13 | - 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 | + | |
| 14 | 17 | # Issue Labeler |
| 15 | 18 | # https://github.com/marketplace/actions/regex-issue-labeler |
| 16 | 19 | uses: github/issue-labeler@v3 |