-
-
Notifications
You must be signed in to change notification settings - Fork 2
feat: create stale.yml
#8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Ah, I was confused! Thanks for pointing that out. Also, I've added a new commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
I'm trying to update the branch to the latest. |
Prerequisites checklist
What is the purpose of this pull request?
Hi,
In this PR, I've added the
stale.yml
workflow.I referenced the one from the
eslint
repository: https://github.com/eslint/eslint/blob/main/.github/workflows/stale.ymlI've left a few comments on some key parts of this PR.
What changes did you make? (Give an overview)
I've added the
stale.yml
workflow.Related Issues
Ref: #4
Is there anything you'd like reviewers to focus on?
There is a prerequisite for this workflow to function as expected:
GITHUB_TOKEN
secret set at the organization level?It would be great if these items could be addressed before wrapping up this work!