-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
chore: Issue PR reminder workflow created #763
chore: Issue PR reminder workflow created #763
Conversation
34ef341
to
f2cb620
Compare
f2cb620
to
0e37df8
Compare
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to e9e9b10
Previous suggestions✅ Suggestions up to commit 0e37df8
|
🎉 This PR is included in version 2.12.0-stage.9 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
User description
Description
Issue PR Reminder
workflow created to create PR reminder comments on issues for assignees, who haven't opened a PR longer than a defined period of timeIssue Unassign
workflow created to unassign users, who haven't opened a PR longer than a defined period of timePR Review Reminder
workflow created to create review reminder comments on PRs for users, who haven't resolved change requests longer than a defined period of timePR Close
workflow created to close PRs, which has unresolved change requests longer than a defined period of timeAuto-assign issue on /attempt comment
workflow updated to create an issue comment, when user has reached their maximum number of concurrent issuesFixes #497
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
Enhancement, Tests
Description
Introduced workflows for automated issue and PR management.
Added limits on concurrent issues per user in
auto-assign.yaml
.Implemented reminders for PR creation and review in separate workflows.
Automated unassignment and closure of inactive issues and PRs.
Changes walkthrough 📝
auto-assign.yaml
Enforce user issue limits and enhance `/attempt` command
.github/workflows/auto-assign.yaml
/attempt
command to handle assignment limits andnotifications.
issue-pr-reminder.yaml
Workflow for reminding users to create PRs
.github/workflows/issue-pr-reminder.yaml
issue-unassign.yaml
Workflow to unassign inactive issue assignees
.github/workflows/issue-unassign.yaml
pr-close.yaml
Workflow to close inactive pull requests
.github/workflows/pr-close.yaml
pr-review-reminder.yaml
Workflow to remind users of pending PR reviews
.github/workflows/pr-review-reminder.yaml