diff --git a/.github/workflows/bot-pr-auto-draft-on-changes.yml b/.github/workflows/archived/bot-pr-auto-draft-on-changes.yml similarity index 100% rename from .github/workflows/bot-pr-auto-draft-on-changes.yml rename to .github/workflows/archived/bot-pr-auto-draft-on-changes.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d410a5b..c0347c783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. ### Changed - 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)] - Refactored `account_create_transaction_without_alias.py` into smaller, modular functions.(#1321) - Renamed bot-inactivity workflow files to remove "-phase" suffix since the process no longer uses phased execution (#1339)