Skip to content

Commit

Permalink
Merge pull request #9302 from dependabot/jonjanego-patch-1
Browse files Browse the repository at this point in the history
Update stalebot.yml
  • Loading branch information
jonjanego committed Mar 15, 2024
2 parents e25ccee + 5009f68 commit 8a387f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/stale@v9.0.0
name: Clean up stale PRs and Issues
stale-pr-message: "馃憢 This pull request has been marked as stale because it has been open for 2 years with no activity. You can comment on the PR to hold stalebot off for a while, or do nothing. If you do nothing, this pull request will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details."

Check failure on line 17 in .github/workflows/stalebot.yml

View workflow job for this annotation

GitHub Actions / Lint

17:25 syntax error: mapping values are not allowed here (syntax)
with:
stale-pr-message: "馃憢 This pull request has been marked as stale because it has been open for 2 years with no activity. You can: comment on the PR or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing, this pull request will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more policy details."
stale-issue-message: "馃憢 This issue has been marked as stale because it has been open for 2 years with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing, this issue will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more policy details."
stale-issue-message: "馃憢 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details."
stale-pr-label: "Stale"
stale-issue-label: "Stale"
exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale
Expand Down

0 comments on commit 8a387f9

Please sign in to comment.