Skip to content

Commit

Permalink
Merge pull request #972 from skl/skl/stale-message-update
Browse files Browse the repository at this point in the history
fix: stale action linebreaks and wording update
  • Loading branch information
povilasv authored Sep 5, 2024
2 parents dec4212 + 8ab7618 commit 50150c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
with:
days-before-stale: 30
days-before-close: 7
stale-issue-message: >
stale-issue-message: |
This issue has not had any activity in the past 30 days, so the
`stale` label has been added to it.
* The `stale` label will be removed if there is new activity
* The issue will be closed in 2 days if there is no new activity
* The issue will be closed in 7 days if there is no new activity
* Add the `keepalive` label to exempt this issue from the stale check action
Thank you for your contributions!
stale-pr-message: >
stale-pr-message: |
This PR has been automatically marked as stale because it has not
had any activity in the past 30 days.
Expand Down

0 comments on commit 50150c5

Please sign in to comment.