mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
ci: stale: Use wontfix for close label, not stale
This commit is contained in:
parent
a95c7b61ea
commit
3018c33efd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
close-issue-label: wontfix
|
||||
close-pr-label: wontfix
|
||||
exempt-issue-labels:
|
||||
- pinned
|
||||
- security
|
||||
|
@ -31,12 +33,10 @@ jobs:
|
|||
- Special case Bug
|
||||
- Upstream bug
|
||||
- Feature Request
|
||||
stale-issue-label: wontfix
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has not
|
||||
had recent activity. It will be closed if no further activity
|
||||
occurs. Thank you for your contributions.
|
||||
stale-pr-label: wontfix
|
||||
stale-pr-message: >
|
||||
This pull request has been automatically marked as stale because it
|
||||
has not had recent activity. It will be closed if no further
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue