chore(repo): update labels

This commit is contained in:
lowlighter
2021-10-21 21:21:03 -04:00
parent 38ab870704
commit 77f4be22de
4 changed files with 92 additions and 53 deletions

View File

@@ -13,17 +13,12 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: This issue seems to be inactive and will be automatically closed in a few days if it remains without any activity.
stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity.
days-before-stale: 21
days-before-close: 3
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: needs fix, available on next release
exempt-assignees: lowlighter
days-before-pr-stale: 21
days-before-pr-close: 3
stale-pr-label: ⏹️ stale
remove-stale-when-updated: yes
operations-per-run: 100
lock:
name: Lock inactive closed issues and pull requests
needs:
@@ -33,10 +28,9 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: 14
issue-inactive-days: 14
issue-lock-reason: ""
issue-lock-labels: archived
issue-exclude-labels: needs fix
pr-lock-inactive-days: 14
issue-lock-labels: ☑️ archived
pr-inactive-days: 14
pr-lock-reason: ""
pr-lock-labels: archived
pr-lock-labels: ☑️ archived