diff --git a/.github/workflows/fr-gate-caller.yml b/.github/workflows/fr-gate-caller.yml deleted file mode 100644 index 65a55e6..0000000 --- a/.github/workflows/fr-gate-caller.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: FR gate - -# Per-repo caller. Copy into each active repo's .github/workflows/. -# Should also be configured as a required status check on the -# staging and main/master branches via branch protection. - -on: - pull_request: - branches: [staging, main, master] - types: [opened, reopened, synchronize, ready_for_review, labeled, unlabeled] - -jobs: - gate: - uses: tracebloc/.github/.github/workflows/fr-gate.yml@main - secrets: inherit