Update stale action config (#3198)

Exclude issues that have the `api-docs-commit`  or the `[HELP WANTED] good first issue` label and run the action once a week
This commit is contained in:
Fleny
2023-12-01 21:57:37 +01:00
committed by GitHub
parent 1974834b20
commit b567c1317d

View File

@@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 * * 1'
jobs:
stale:
@@ -25,3 +25,5 @@ jobs:
stale-pr-message: 'This pull request has gone stale for over a month. If this pull request is still useful, leave a comment below. Otherwise, it will be closed shortly.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
exempt-issue-labels: 'api-docs-commits,[HELP WANTED] good first issue'
close-issue-reason: 'not_planned'