Skip to content

Commit

Permalink
ci: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 3, 2024
1 parent 8bc785b commit 566deba
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

jobs:
stale:
runs-on: ubuntu-latest
runs-on: "ubuntu-latest"
steps:
- uses: actions/stale@v9
- uses: "actions/stale@v9"
with:
close-issue-message: "This issue was closed because it has been stalled for 14 days with no activity."
close-issue-reason: "not_planned"
Expand All @@ -21,6 +21,10 @@ jobs:
exempt-issue-labels: "help,priority0"
operations-per-run: 1000
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open 6 months with no activity. Leave a comment or remove the \"stale\" label, otherwise this will be closed in 14 days."
stale-issue-message:
'This issue is stale because it has been open 6 months with no activity. Leave a comment or remove the
"stale" label, otherwise this will be closed in 14 days.'
stale-pr-label: "stale"
stale-pr-message: "This PR is stale because it has been open 3 months with no activity. Leave a comment or remove the \"stale\" label, otherwise this will be closed in 7 days."
stale-pr-message:
'This PR is stale because it has been open 3 months with no activity. Leave a comment or remove the "stale"
label, otherwise this will be closed in 7 days.'

0 comments on commit 566deba

Please sign in to comment.