Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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