Skip to content
Open
Changes from all commits
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
14 changes: 7 additions & 7 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Project Management
name: Project Management ???? Čeho???
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Project Management ???? Čeho???
name: Project Management


on:
schedule:
- cron: '0 2 * * *'
on: off
schedule: off
- cron: '0'
Comment on lines +3 to +5
Copy link
Collaborator

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?


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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if: github_name == 'schedule'
if: ${{ github.event_name == 'schedule' }}

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
Copy link
Collaborator

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?

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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