Skip to content

Commit c170502

Browse files
authored
chore: expand inactivity bot messages to include /unassign info (#1555)
Signed-off-by: Rajkoli143 <2024.rajk@isu.ac.in>
1 parent 1500302 commit c170502

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/scripts/bot-inactivity-unassign.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ Hi @$USER, this is InactivityBot 👋
134134
You were assigned to this issue **${ASSIGNED_AGE_DAYS} days** ago, and there is currently no open pull request linked to it.
135135
To keep the backlog available for active contributors, I'm unassigning you for now.
136136
137-
If you'd like to continue working on this later, feel free to get re-assigned or comment here and we'll gladly assign it back to you. 🙂
137+
If you're no longer interested, no action is needed.
138+
139+
**Tip:** You can comment \`/unassign\` on any issue to proactively step away before this bot kicks in.
140+
141+
If you'd like to continue working on this later, feel free to comment \`/assign\` to get re-assigned. We'll gladly assign it back to you. 🙂
138142
EOF
139143
)
140144
gh issue comment "$ISSUE" --repo "$REPO" --body "$MESSAGE" || echo "WARN: couldn't post comment (gh error)"
@@ -188,7 +192,11 @@ Hi @$USER, this is InactivityBot 👋
188192
189193
This pull request has had no new commits for **${PR_AGE_DAYS} days**, so I'm closing it and unassigning you from the linked issue to keep the backlog healthy.
190194
191-
You're very welcome to open a new PR or ask to be re-assigned when you're ready to continue working on this. 🚀
195+
If you're no longer interested, no action is needed.
196+
197+
**Tip:** You can comment \`/unassign\` on any issue to proactively step away before this bot kicks in.
198+
199+
If you'd like to continue working on this later, feel free to comment \`/assign\` on the issue to get re-assigned, and open a new PR when you're ready. 🚀
192200
EOF
193201
)
194202
gh pr comment "$PR_NUM" --repo "$REPO" --body "$MESSAGE" || echo "WARN: couldn't comment on PR"

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
66

77
## [Unreleased]
88

9-
### Changed
10-
119
### Tests
1210
- Formatted contract unit tests with black for consistent style. (#1523)
1311
- Format account test files with Black (#1519)
@@ -119,6 +117,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
119117
- Added first-class support for EVM address aliases in `AccountId`, including parsing, serialization, Mirror Node population helpers.
120118

121119
### Changed
120+
- Expanded inactivity bot messages to include `/unassign` command information for contributors (#1555)
122121
- Update the acceptance criteria wording in the issue templates to improve clarity and consistency for contributors (#1491)
123122
- Add return type hint to `AccountId.__repr__` for type consistency. (#1503)
124123
- Good First Issue template to have more guidance and renamed other templates for consistency with upstream
@@ -232,7 +231,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
232231
### Removed
233232

234233
- Deleted `examples/utils.py` as its helper functions are no longer needed. ([#1263](https://github.com/hiero-ledger/hiero-sdk-python/issues/1263))
235-
- Transaction byte generation to respect valid `node_account_ids` during `external signing` and `manual freezing workflows`, preventing execution failures caused by node mismatches.
236234

237235
### Breaking Change
238236

0 commit comments

Comments
 (0)