Skip to content

Commit 6ad45be

Browse files
authored
refactor(github): rename bot-inactivity workflow files (#1356)
Signed-off-by: cxhello <[email protected]>
1 parent 7f35aef commit 6ad45be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
File renamed without changes.

.github/workflows/bot-inactivity-unassign-phase.yml renamed to .github/workflows/bot-inactivity-unassign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
egress-policy: audit
3131

32-
- name: Run unified inactivity bot (Phase 1 + Phase 2)
32+
- name: Run inactivity bot
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
REPO: ${{ github.repository }}
@@ -38,4 +38,4 @@ jobs:
3838
# - schedule: DRY_RUN = 0 (real actions)
3939
# - workflow_dispatch: DRY_RUN derived from the "dry_run" input
4040
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.dry_run == 'true' && '1' || '0') || '0' }}
41-
run: bash .github/scripts/bot-inactivity-unassign-phase.sh
41+
run: bash .github/scripts/bot-inactivity-unassign.sh

CHANGELOG.md

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

8484
### Changed
8585

86+
- Renamed bot-inactivity workflow files to remove "-phase" suffix since the process no longer uses phased execution (#1339)
8687
- Renamed the GitHub notify team script to match its corresponding workflow filename for better maintainability (#1338)
8788
- style: apply black formatting to examples (#1299)
8889
-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]

0 commit comments

Comments
 (0)