From 3f7d23cf169a98d9ecf3c5d9ecc22e8917246565 Mon Sep 17 00:00:00 2001 From: Christina Chan <6462356+cchawn@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:02:35 -0400 Subject: [PATCH] ci: add guardrails workflow [skip deploy] --- .github/workflows/guardrails.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/guardrails.yaml 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