mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update remove labels on close workflow
- Added more labels that should be removed - Included PRs and their labels to be auto-removed
This commit is contained in:
@@ -1,17 +1,22 @@
|
|||||||
# 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
|
# 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
|
||||||
|
|
||||||
|
# 🤖 Issues Helper
|
||||||
|
# https://github.com/marketplace/actions/issues-helper
|
||||||
|
|
||||||
name: 🎯 Remove Pending Labels on Close
|
name: 🎯 Remove Pending Labels on Close
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
|
pull_request:
|
||||||
|
types: [closed]
|
||||||
jobs:
|
jobs:
|
||||||
remove-labels:
|
remove-labels:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Remove Labels when Closed
|
- name: Remove Labels when Closed
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: actions-cool/issues-helper@v3
|
||||||
with:
|
with:
|
||||||
actions: remove-labels
|
actions: remove-labels
|
||||||
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
labels: '🚏 Awaiting User Response,⚰️ Stale,👤 Awaiting Maintainer Response'
|
labels: '🚏 Awaiting User Response,🧑💻 In Progress,📌 Keep Open,🚫 Merge Conflicts,🔬 Needs Testing,🔨 Needs Work,⚰️ Stale,⛔ Waiting For External/Upstream'
|
Reference in New Issue
Block a user