-
Notifications
You must be signed in to change notification settings - Fork 477
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
Add automation to unassign author from stale issues #7231
Comments
@nihal467 I found this workflow which can be used with our existing stale workflow to solve this issue. Do take a look at it. https://github.com/BoundfoxStudios/action-unassign-contributor-after-days-of-inactivity Other approach I could think of was writing manual CLI commands to unassign issues. |
@thedevildude we already have the stale bot right? It supports output of the list of issues/prs marked as stale / closed due to inactivity (ref: https://github.com/actions/stale?tab=readme-ov-file#list-of-output-options). Maybe we could use this output and do the necessary unassign based on the output from this itself? |
@rithviknishad We can store the output from the stale bot and then use github-scripts actions to run a script that loops on the output and calls |
yeah |
Add a comment too tagging the assignees why there were unassigned too. |
@rithviknishad Got it, I'd like to work on if it's unblocked |
existing workflow looks good, upon re-evaluating, will be creating a new issue for better management, if required |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: