Skip to content

Conversation

@osAplet
Copy link

@osAplet osAplet commented Nov 10, 2025

Updated project management workflow configuration and modified the unassignment criteria for stale issues.

What kind of changes does this PR include?

  • Fixes or refactors
  • A new challenge
  • Additional documentation
  • Something else

Description

Relations

References

Checklist:

  • All the contributions made are solely the work of me and my co-authors
  • I used AI to generate parts of the content.
  • I tested the changes in this PR (if applicable)
  • I added unit tests to ensure my change works (when change in Java or on front-end code)
  • I added UI tests to ensure my UI changes work (when change in the overall UI, not needed if just adding a challenge)
  • The PR passes pre-commit hooks and automated tests

Updated project management workflow configuration and modified the unassignment criteria for stale issues.
Copy link
Collaborator

@commjoen commjoen left a 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
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?

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

@@ -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

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' }}

Comment on lines +3 to +5
on: off
schedule: off
- cron: '0'
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants