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
4 changes: 0 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
uses: actions/stale@v9.0.0
with:
repo-token: ${{ secrets.STALE_ISSUE_TOKEN }}
stale-issue-message: "This issue has automatically been marked as stale as there has been no activity for 60 days."
stale-pr-message: "This pull request has automatically been marked as stale as there has been no activity for 30 days."
stale-issue-label: "stale"
stale-pr-label: "stale"
close-issue-message: "This issue has been closed automatically due to a lack of activity."
close-pr-message: "This pull request has been closed automatically due to a lack of activity."
Comment on lines -29 to -30
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we keep this message?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the label "stale" is enough, so removing the messages will reduce the amount of "noise" on the issues and PRs, but we can still filter on stale issues as the label is added.

days-before-pr-stale: 30
days-before-close: -1