diff --git a/.github/scripts/check_advanced_requirement.sh b/.github/scripts/bot-advanced-check.sh similarity index 100% rename from .github/scripts/check_advanced_requirement.sh rename to .github/scripts/bot-advanced-check.sh diff --git a/.github/workflows/bot-advanced-check.yml b/.github/workflows/bot-advanced-check.yml index 157879afe..dd5678cdc 100644 --- a/.github/workflows/bot-advanced-check.yml +++ b/.github/workflows/bot-advanced-check.yml @@ -34,5 +34,5 @@ jobs: ISSUE_NUMBER: ${{ github.event.issue.number }} REPO: ${{ github.repository }} run: | - chmod +x .github/scripts/check_advanced_requirement.sh - ./.github/scripts/check_advanced_requirement.sh \ No newline at end of file + chmod +x .github/scripts/bot-advanced-check.sh + ./.github/scripts/bot-advanced-check.sh \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e23c1f5e..db1e3376e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. - Add GitHub Actions script and workflow for automatic spam list updates. ### Changed +- Renamed `.github/scripts/check_advanced_requirement.sh` to `bot-advanced-check.sh` for workflow consistency (#1341) - Added global review instructions to CodeRabbit configuration to limit reviews to issue/PR scope and prevent scope creep [#1373] - Archived unused auto draft GitHub workflow to prevent it from running (#1371) - Added comprehensive documentation to the PR changelog check script (`.github/scripts/pr-check-changelog.sh`) to clarify behavior, inputs, permissions, and dependencies [(#1337)]