Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
/libdirectory./websiteas needed.Description
2 actions have been added:
One immediately sends a message when any user creates an issue, providing general information about them.
The other detects when an issue/PR has been inactive for a long time and marks it as stale, then closes it later (15 days until
stale+ 15 days untilclosedfor issues, while 7 days untilstale+ 7 days untilclosedfor PRs). It also sends a message giving some information about its status. This process gets executed everyday at 1:00 UTC.Additional context
We should be careful with the pending old issues that we want to keep track of.
Additionally, it seems that there is a default limit of 30 API calls in
actions/stalefor each execution, so it may take a few days to update the status for all the remaining issues.Closes #1778