diff --git a/.github/scripts/p0_issues_notify_team.js b/.github/scripts/bot-p0-issues-notify-team.js similarity index 100% rename from .github/scripts/p0_issues_notify_team.js rename to .github/scripts/bot-p0-issues-notify-team.js diff --git a/.github/workflows/bot-p0-issues-notify-team.yml b/.github/workflows/bot-p0-issues-notify-team.yml index 93f8398ef..476b61e1b 100644 --- a/.github/workflows/bot-p0-issues-notify-team.yml +++ b/.github/workflows/bot-p0-issues-notify-team.yml @@ -34,5 +34,5 @@ jobs: uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 with: script: | - const script = require('./.github/scripts/p0_issues_notify_team.js'); + const script = require('./.github/scripts/bot-p0-issues-notify-team.js'); await script({ github, context}); \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1d1c63f..ec70032b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. ### Changed +- Renamed the GitHub notify team script to match its corresponding workflow filename for better maintainability (#1338) - style: apply black formatting to examples (#1299) -Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)] - Renamed templates for improved clarity [(#1265)]