File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff 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 )]
You can’t perform that action at this time.
0 commit comments