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
10 changes: 8 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,23 @@ staleLabel: Review - Abandoned
markComment: >
This PR has been automatically marked as stale because it has not had activity in the last 30 days.
It will be closed if no further activity occurs within 10 days.

Thank you for your contributions.

Community members are welcome to grab these works.

# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
This PR has be automatically close because it is stale.
If you wish to continue working on the PR, please first update the PR,
then reopen it. Thanks again for your contribution.
If you wish to continue working on the PR, please first update the PR, then reopen it.

Thanks again for your contribution.

Copy link
Member

Choose a reason for hiding this comment

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

Nit: one of these newlines should be removed

Community members are welcome to grab these works.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
Expand Down