Add Repo Automator action#765
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
@jeffpaul thanks for the PR! Could you please fill out the PR template with description, AI tool usage, and changelog information so that we can properly review and merge this? |
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #765 +/- ##
==========================================
Coverage 76.41% 76.41%
Complexity 1828 1828
==========================================
Files 87 87
Lines 7764 7764
==========================================
Hits 5933 5933
Misses 1831 1831
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bah, seems we might need to adjust what the Repo Automator thinks the template should be here. |
I was about to ask: if it can't be configured to enforce the whole template, could it least scan for the |
What?
This PR adds a GitHub Action workflow file for the https://github.com/10up/action-repo-automator action. Now that we're seeing an influx of issues and PRs, the day-to-day effort from @dkotter and myself to maintain this repo needs some operational support. This workflow attempts to help in that regard.
Copilot summary
This pull request introduces a new GitHub Actions workflow called
Repo Automatorto automate pull request and issue management tasks. The workflow is triggered by various events on thedevelopbranch and uses the10up/action-repo-automatoraction to enforce PR review processes and provide automated feedback.Workflow automation and PR management:
.github/workflows/repo-automator.ymlfile that configures theRepo Automatorworkflow to automatically label, comment, and assign reviewers to pull requests and issues on thedevelopbranch using the10up/action-repo-automatoraction.developbranch.Needs Feedback,Needs Code Review,Needs Refresh), custom comments for missing PR template information or merge conflicts, and assigns theai-maintainersteam as reviewers.Why?
How?
Use of AI Tools
AI assistance: none, besides the generated Copilot summary in the PR description.
Testing Instructions
Screenshots or screencast
Changelog Entry