Skip to content

Commit c293d3c

Browse files
Pikolosanparvninama
authored andcommitted
chore: rename notify team script to match workflow title (hiero-ledger#1343)
Signed-off-by: Parth J Chaudhary <[email protected]>
1 parent 91d561b commit c293d3c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.

.github/workflows/bot-p0-issues-notify-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0
3535
with:
3636
script: |
37-
const script = require('./.github/scripts/p0_issues_notify_team.js');
37+
const script = require('./.github/scripts/bot-p0-issues-notify-team.js');
3838
await script({ github, context});

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 the GitHub notify team script to match its corresponding workflow filename for better maintainability (#1338)
8687
- style: apply black formatting to examples (#1299)
8788
-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]
8889
- Renamed templates for improved clarity [(#1265)]

0 commit comments

Comments
 (0)