Skip to content
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

Automatic unassign for stale issues #2986

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update .github/workflows/label_stale_issues.yml
Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Azanul Haque <[email protected]>
Azanul and samhita-alla authored Oct 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1df78fbd6a091fe215315b7acdf7c6112fa5ccd7
2 changes: 1 addition & 1 deletion .github/workflows/label_stale_issues.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
include-only-assigned: true
days-before-issue-stale: 30
days-before-close: -1
days-before-issue-close: -1
stale-issue-label: "stale"
samhita-alla marked this conversation as resolved.
Show resolved Hide resolved
stale-issue-message: "This issue is marked stale because it has been open for 30 days with no activity."