Skip to content

Commit

Permalink
Merge pull request #9 from wealthsimple/BEPLAT-1239-guardrails-workflow
Browse files Browse the repository at this point in the history
ci: add guardrails workflow [skip deploy]
  • Loading branch information
tylermarien authored Oct 8, 2024
2 parents 0f70506 + 3f7d23c commit c23233e
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 c23233e

Please sign in to comment.