From ca5aae9652f071394fca491ba3e0b79d22668625 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 11 Nov 2024 16:03:28 +0000 Subject: [PATCH] chore: Add release/milestone check to toxic. --- .github/workflows/checks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/checks.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml new file mode 100644 index 000000000..f618b9ecb --- /dev/null +++ b/.github/workflows/checks.yml @@ -0,0 +1,12 @@ +name: checks + +on: + pull_request: + branches: [master] + types: [opened, reopened, synchronize, milestoned] + pull_request_target: + branches: [master] + +jobs: + checks: + uses: TokTok/ci-tools/.github/workflows/check-release.yml@master