mirror of
https://github.com/kopia/kopia.git
synced 2026-05-11 16:25:13 -04:00
fix(infra): use correct parameter for message in stale action (#3126)
This commit is contained in:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -23,5 +23,5 @@ jobs:
|
||||
stale-pr-label: 'stale'
|
||||
exempt-issue-labels: 'bug,keep-open'
|
||||
exempt-pr-labels: 'keep-open'
|
||||
stale-issue-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'
|
||||
stale-pr-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'
|
||||
close-issue-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'
|
||||
close-pr-message: 'Closed due to inactivity. Re-open and remove "stale" label if it should remain open for an additional period of time'
|
||||
|
||||
Reference in New Issue
Block a user