Skip to content

Commit

Permalink
ci: add guardrails workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cchawn committed Oct 4, 2024
1 parent 60a0df6 commit 7fd0b33
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 7fd0b33

Please sign in to comment.