Skip to content

Commit

Permalink
ci: add guardrails workflow [skip deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
cchawn committed Oct 7, 2024
1 parent 250f6c6 commit a6eede5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/guardrails.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6eede5

Please sign in to comment.