fix(infra): use correct parameter for message in stale action (#3126)

This commit is contained in:
Julio Lopez
2023-07-05 21:06:13 -07:00
committed by GitHub
parent 392960a2b4
commit 439fbbf022

View File

@@ -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'