-
-
Notifications
You must be signed in to change notification settings - Fork 502
Modify project management workflow settings #2314
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
base: master
Are you sure you want to change the base?
Conversation
Updated project management workflow configuration and modified the unassignment criteria for stale issues.
commjoen
left a comment
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.
Hello @osAplet !
Thank you for providing an MR to OWASP WrongSecrets!
I was wondering: did you find a bug with the issue management system :) ? Can you please have a look at the feedback?
With kind regards,
Jeroen
| - uses: boundfoxstudios/action-unassign-contributor-after-days-of-inactivity@main | ||
| with: | ||
| last-activity: 90 # After how many days the issue should get unassigned | ||
| last-activity: 0 # After how many days the issue should get unassigned |
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.
That is a little too quick to my taste ;-) 0. can we do 90 days of inactivity instead?
| exempt-assignees: 'Octo,Cat,bendehaan,commjoen' # Exempt some assignees from being unassigned | ||
| # labels-to-remove: 'Stale' # Labels to remove after unassigning an issue | ||
| message: 'Automatically unassigned after 90 days of inactivity.' | ||
| message: 'Manually post e-mail after 90 days of inactivity nebo se už neozívat. |
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.
| message: 'Manually post e-mail after 90 days of inactivity nebo se už neozívat. | |
| message: 'Manually post e-mail after 90 days of inactivity or lack of response. |
I just found out nebo is Czech! What a beautiful language! <3
| @@ -1,20 +1,20 @@ | |||
| name: Project Management | |||
| name: Project Management ???? Čeho??? | |||
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.
| name: Project Management ???? Čeho??? | |
| name: Project Management |
| unassign-issues-labeled-waiting-for-contributor-after-90-days-of-inactivity: | ||
| name: Unassign issues labeled "Stale" after 90 days of inactivity. | ||
| if: github.event_name == 'schedule' | ||
| if: github_name == 'schedule' |
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.
| if: github_name == 'schedule' | |
| if: ${{ github.event_name == 'schedule' }} |
| on: off | ||
| schedule: off | ||
| - cron: '0' |
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.
can you please revert this?
Updated project management workflow configuration and modified the unassignment criteria for stale issues.
What kind of changes does this PR include?
Description
Relations
References
Checklist: