-
-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,20 +1,20 @@ | ||||||
| name: Project Management | ||||||
| name: Project Management ???? Čeho??? | ||||||
|
|
||||||
| on: | ||||||
| schedule: | ||||||
| - cron: '0 2 * * *' | ||||||
| on: off | ||||||
| schedule: off | ||||||
| - cron: '0' | ||||||
|
Comment on lines
+3
to
+5
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you please revert this? |
||||||
|
|
||||||
| jobs: | ||||||
| # Best used in combination with actions/stale to assign a Stale label | ||||||
| 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' | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - 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 | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? |
||||||
| labels: 'stale,help wanted' # Only search for issues containing this labels (comma-separated) | ||||||
| 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. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I just found out |
||||||
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.