Skip to content
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

1107 gha issue reminder #1219

Merged
merged 4 commits into from
Mar 9, 2024
Merged

1107 gha issue reminder #1219

merged 4 commits into from
Mar 9, 2024

Conversation

davidwiese
Copy link
Member

Fixes #1107

  • Runs on a daily schedule at midnight (0 0 * * *)
  • Retrieves all open issues in the repository that have an assignee
  • For each issue, it checks if the last comment time is more than 8 days ago (daysInactive variable)
  • If an issue has been inactive for more than 8 days, it adds the label Status: Update Requested to the issue
  • It then creates a comment on the issue, mentioning the assignees and providing the updated instructions for adding an update

- Runs on a daily schedule at midnight (0 0 * * *)
- Retrieves all open issues in the repository that have an assignee
- For each issue, it checks if the last comment time is more than 8 days ago (daysInactive variable)
- If an issue has been inactive for more than 8 days, it adds the label Status: Update Requested to the issue
- It then creates a comment on the issue, mentioning the assignees and providing the updated instructions for adding an update
@davidwiese davidwiese added the ready for dev lead task ready for dev lead to evaluate label Mar 8, 2024
@davidwiese davidwiese linked an issue Mar 8, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@sydneywalcoff sydneywalcoff left a comment

Choose a reason for hiding this comment

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

@sydneywalcoff sydneywalcoff merged commit 8cb7a61 into dev Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for dev lead task ready for dev lead to evaluate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GHA that nudges issue assignee for update
2 participants