Skip to content

Commit 5ca07c6

Browse files
authored
chore: rename notify team script to match workflow title (#1343)
Signed-off-by: Parth J Chaudhary <[email protected]>
1 parent f0e44d3 commit 5ca07c6

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
@@ -81,6 +81,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8181

8282
### Changed
8383

84+
- Renamed the GitHub notify team script to match its corresponding workflow filename for better maintainability (#1338)
8485
- style: apply black formatting to examples (#1299)
8586
-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]
8687
- Renamed templates for improved clarity [(#1265)]

0 commit comments

Comments
 (0)