Rename wpcom:list-site-plugins to jetpack:list-site-plugins #4
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
| # managed-by: opsoasis-repo-sync 9d7f7fc | |
| name: Require Approved Review | |
| on: | |
| pull_request: | |
| types: [opened, unlabeled] | |
| branches: | |
| - trunk | |
| jobs: | |
| require_review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| issues: write | |
| contents: read | |
| steps: | |
| - uses: a8cteam51/poseidon-actions/pr-triton@trunk | |
| with: | |
| github_token: ${{ github.token }} | |
| triton_mode: ${{ vars.TRITON_MODE || 'selective' }} |