Skip to content

Fix 1Password writes failing with "invalid JSON in piped input" #7

Fix 1Password writes failing with "invalid JSON in piped input"

Fix 1Password writes failing with "invalid JSON in piped input" #7

Workflow file for this run

# 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' }}