Skip to content

Commit

Permalink
fix(infra): use correct parameter for message in stale action (kopia#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Jul 6, 2023
1 parent 392960a commit 439fbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 439fbbf

Please sign in to comment.