Skip to content

Commit ad4ff0b

Browse files
authored
Merge branch 'main' into feat/getAccInfo-tck#2040
2 parents 25272a2 + 15032e1 commit ad4ff0b

31 files changed

Lines changed: 176 additions & 44 deletions

.github/ISSUE_TEMPLATE/00-good-first-issue-candidate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ body:
141141
142142
- [ ] **Sync Main** pull any recent upstream changes: [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-setup.md#7-sync-main)
143143
144+
- [ ] **Pre-commit Hooks:** Setup pre-commit hooks for linting and formatting: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/setup.md#pre-commit-tool-setup)
145+
144146
You are set up! 🎉
145147
146148
- type: textarea
@@ -197,6 +199,7 @@ body:
197199
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
198200
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
199201
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
202+
- [ ] I have installed and run **pre-commit** hooks to ensure code quality and formatting.
200203
201204
Issue Requirement:
202205
- [ ] The issue is solved: I've carefully read and implemented the issue requirements

.github/ISSUE_TEMPLATE/01-good-first-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ body:
128128
129129
- [ ] **Sync Main** pull any recent upstream changes: [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-setup.md#7-sync-main)
130130
131+
- [ ] **Pre-commit Hooks:** Setup pre-commit hooks for linting and formatting: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/setup.md#pre-commit-tool-setup)
132+
131133
You are set up! 🎉
132134
133135
- type: textarea
@@ -184,6 +186,7 @@ body:
184186
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
185187
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
186188
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
189+
- [ ] I have installed and run **pre-commit** hooks to ensure code quality and formatting.
187190
188191
Issue Requirement:
189192
- [ ] The issue is solved: I've carefully read and implemented the issue requirements

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ -z "$REPO" ]]; then
2424
fi
2525

2626
echo "------------------------------------------------------------"
27-
echo " Unified Inactivity Bot"
27+
echo " Cron Reminder: Inactivity Unassign"
2828
echo " Repo: $REPO"
2929
echo " Threshold $DAYS days"
3030
echo " DRY_RUN: $DRY_RUN"
@@ -170,7 +170,7 @@ for ISSUE in $ISSUES; do
170170

171171
if (( DRY_RUN == 0 )); then
172172
MESSAGE=$(cat <<EOF
173-
Hi @$USER, this is InactivityBot 👋
173+
Hi @$USER, this is CronInactivityBot 👋
174174
175175
You were assigned to this issue **${ASSIGNED_AGE_DAYS} days** ago, and there is currently no open pull request linked to it.
176176
To keep the backlog available for active contributors, I'm unassigning you for now.
@@ -238,7 +238,7 @@ EOF
238238

239239
if (( DRY_RUN == 0 )); then
240240
MESSAGE=$(cat <<EOF
241-
Hi @$USER, this is InactivityBot 👋
241+
Hi @$USER, this is CronInactivityBot 👋
242242
243243
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.
244244
@@ -270,6 +270,6 @@ EOF
270270
done
271271

272272
echo "------------------------------------------------------------"
273-
echo " Unified Inactivity Bot Complete"
273+
echo " Cron Reminder: Inactivity Unassign Complete"
274274
echo " DRY_RUN: $DRY_RUN"
275275
echo "------------------------------------------------------------"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/archived/bot-pr-auto-draft-on-changes.yml renamed to .github/workflows/archive/bot-pr-auto-draft-on-changes.yml

File renamed without changes.

0 commit comments

Comments
 (0)