-
Notifications
You must be signed in to change notification settings - Fork 107
feat: add issue reminder bot #1027
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: prajeeta pal <prajeetapal@gmail.com>
|
Hi, this is MergeConflictBot. Please resolve these conflicts locally and push the changes. To assist you, please read: Thank you for contributing! From the Hiero Python SDK Team |
Signed-off-by: prajeeta <96904203+prajeeta15@users.noreply.github.com>
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| REPO: ${{ github.repository }} | ||
| DAYS: 7 |
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.
going great, is 5 or 7 days better?
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.
I think 7 is a good enough time for someone to update on. because 5 days are typical working days for everyone. so after its extra 2 days grace period.
Signed-off-by: prajeeta pal <prajeetapal@gmail.com>
Signed-off-by: prajeeta <96904203+prajeeta15@users.noreply.github.com>
|
Request review if available @hiero-ledger/hiero-sdk-python-triage |
|
Hi @prajeeta15 |
Description:
Add automated reminder for assigned issues with no linked pull requests
This PR introduces a new ReminderBot workflow that automatically notifies contributors when an issue has been assigned for 7+ days but no pull request has been created. This helps ensure that issues do not remain assigned indefinitely without progress.
What’s included:
.github/scripts/issue_reminder_no_pr.sh.github/workflows/bot-issue-reminder-no-pr.yml- Runs daily at 10:00 UTC
- Supports manual triggering via workflow_dispatch
- Uses GITHUB_TOKEN with appropriate permissions
The reminder message posted is:
"Hi, this is ReminderBot. This issue has been assigned but has had no pull request created. Are you still planning on working on the issue?
From the Python SDK Team"
Fixes #951
Notes for reviewer: