chore: remove unused PR automation workflows#8008
Merged
leandrodamascena merged 4 commits intodevelopfrom Feb 27, 2026
Merged
Conversation
- Remove record_pr.yml and dependent workflows (on_opened_pr, on_merged_pr, on_label_added, reusable_export_pr_details, label_pr_on_title) - Remove associated JavaScript files (save_pr_details.js, label_pr_based_on_title.js) - Update on_pr_updates.yml comment to remove reference to deleted workflow - Automation now handled by GitHub App
Remove 6 unused scripts that were used by deleted PR workflows: - comment_on_large_pr.js - download_pr_artifact.js - enforce_acknowledgment.js - label_missing_acknowledgement_section.js - label_missing_related_issue.js - label_related_issue.js Keep post_release.js and constants.js as they're still used.
leandrodamascena
approved these changes
Feb 27, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Issue number: closes #8007
Summary
Changes
Remove unused PR automation workflows and scripts that have been replaced by the Powertools OSS Automation GitHub App. This cleanup removes 838 lines of code across 15 files including:
record_pr.yml,on_opened_pr.yml,on_merged_pr.yml,on_label_added.yml,reusable_export_pr_details.yml,label_pr_on_title.yml,dispatch_analytics.yml).github/scripts/User experience
Before: Repository maintained complex workflow-based PR automation with multiple interdependent workflows for labeling, validation, and post-merge actions.
After: Simplified CI/CD infrastructure with automation handled by the GitHub App. No user-facing changes - all automation functionality is preserved but moved to the app-based system.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.