Fix 1Password writes failing with "invalid JSON in piped input" #7
Workflow file for this run
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 41f76ed | |
| 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' }} |