diff --git a/.github/workflows/guardrails.yaml b/.github/workflows/guardrails.yaml new file mode 100644 index 0000000..f5959ce --- /dev/null +++ b/.github/workflows/guardrails.yaml @@ -0,0 +1,15 @@ +--- +name: 'Guardrails' + +on: + pull_request: + types: + - opened + - edited + - synchronize + +jobs: + stale: + name: Check Guardrails + uses: wealthsimple/github-workflows/.github/workflows/guardrails.yml@v1 + secrets: inherit