-
Notifications
You must be signed in to change notification settings - Fork 173
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
Workflow to mark stale PRs and Issues #813
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ritwik G <[email protected]>
Quality Gate passedIssues Measures |
|
stale-issue-message: 'Stale issue message' | ||
stale-pr-message: 'Stale pull request message' |
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.
stale-issue-message: 'Stale issue message' | |
stale-pr-message: 'Stale pull request message' | |
stale-issue-message: 'Marking issue as stale due to inactivity.' | |
stale-pr-message: 'Marking pull request as stale due to inactivity.' |
stale-issue-label: 'no-issue-activity' | ||
stale-pr-label: 'no-pr-activity' |
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.
stale-issue-label: 'no-issue-activity' | |
stale-pr-label: 'no-pr-activity' | |
stale-issue-label: 'stale' | |
stale-pr-label: 'stale' |
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
What
Why
How
actions/stale
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Database Migrations
Env Config
Relevant Docs
Related Issues or PRs
Dependencies Versions
Notes on Testing
Screenshots
Checklist
I have read and understood the Contribution Guidelines.