From 54c0a273e55f20027d44392c0dab28daee69576f Mon Sep 17 00:00:00 2001 From: Parth J Chaudhary Date: Sun, 4 Jan 2026 17:54:52 +0530 Subject: [PATCH] chore: rename notify team script to match workflow title Signed-off-by: Parth J Chaudhary --- .../{p0_issues_notify_team.js => bot-p0-issues-notify-team.js} | 0 .github/workflows/bot-p0-issues-notify-team.yml | 2 +- CHANGELOG.md | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename .github/scripts/{p0_issues_notify_team.js => bot-p0-issues-notify-team.js} (100%) 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)]