Update remove labels on close workflow - Added more labels that should be removed - Included PRs and their labels to be auto-removed

26093c1ae4ceb4a03b81ce3f37ee26780bb5badd

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +7 -2Ignore whitespace
.github/workflows/manage-pending-labels-closed.yml β†’ .github/workflows/remove-pending-labels-on-close.yml+7 -2
@@ -1,17 +1,22 @@
11# When a new comment is added to an issue, if it had the Stale or Awaiting User Response labels, then those labels will be removed
22
3+# πŸ€– Issues Helper
4+# https://github.com/marketplace/actions/issues-helper
5+
36name: 🎯 Remove Pending Labels on Close
47on:
58 issues:
69 types: [closed]
10+ pull_request:
11+ types: [closed]
712jobs:
813 remove-labels:
914 runs-on: ubuntu-latest
1015 steps:
1116 - name: Remove Labels when Closed
1217 uses: actions-cool/issues-helper@v2v3
1318 with:
1419 actions: remove-labels
1520 token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
1621 issue-number: ${{ github.event.issue.number }}
17- labels: '🚏 Awaiting User Response,⚰️ Stale,πŸ‘€ Awaiting Maintainer Response'
17 \ No newline at end of file
22+ labels: '🚏 Awaiting User Response,πŸ§‘β€πŸ’» In Progress,πŸ“Œ Keep Open,🚫 Merge Conflicts,πŸ”¬ Needs Testing,πŸ”¨ Needs Work,⚰️ Stale,β›” Waiting For External/Upstream'