ci: freeze legacy repo - auto-close PRs and drop release workflow#2724
Merged
Conversation
Development has moved to the Automattic/newspack-workspace monorepo. Auto-close any newly opened/reopened PR with a pointer to the monorepo, and remove the release workflow so this repo no longer cuts releases. NPPM-2752 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Hey @adekbadek, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
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.
Changes proposed in this Pull Request:
Part of the move to the Automattic/newspack-workspace monorepo (NPPM-2752). Now that the monorepo is merged, this repo becomes a read-only mirror:
auto-close-prs.yml– any newly opened or reopened PR is automatically commented on (pointing contributors to the monorepo) and closed. Usespull_request_targetso the token has write scope for fork PRs; no PR code is checked out or run.release.yml– this repo no longer cuts releases. Releases are now produced from the monorepo.How to test the changes in this Pull Request:
auto-close-prs.ymltriggers onpull_request_target(opened,reopened) withpull-requests: writeand closes viagh pr close --comment..github/workflows/release.ymldeleted).Other information:
newspack-themenow lives atthemes/newspack-theme/in the monorepo.newspack-plugin(ci: freeze legacy repo - auto-close PRs and drop release workflow newspack-plugin#4760).