mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Fix label applied to inactive issues.
This commit is contained in:
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@@ -18,16 +18,18 @@ jobs:
|
|||||||
days-before-stale: 60
|
days-before-stale: 60
|
||||||
days-before-close: 7
|
days-before-close: 7
|
||||||
exempt-issue-labels: 'acknowledged'
|
exempt-issue-labels: 'acknowledged'
|
||||||
|
stale-issue-label: 'wontfix'
|
||||||
|
stale-pr-label: 'wontfix'
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
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
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
for your contributions!
|
for your contributions!
|
||||||
close-issue-message: >
|
|
||||||
This issue has been closed due to inactivity.
|
|
||||||
stale-pr-message: >
|
stale-pr-message: >
|
||||||
This pull request has been automatically marked as stale because it has not had
|
This pull request has been automatically marked as stale because it has not had
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
for your contributions!
|
for your contributions!
|
||||||
|
close-issue-message: >
|
||||||
|
This issue has been closed due to inactivity.
|
||||||
close-pr-message: >
|
close-pr-message: >
|
||||||
This pull request has been closed due to inactivity.
|
This pull request has been closed due to inactivity.
|
||||||
operations-per-run: 30
|
operations-per-run: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user