From 4de53610c7240acf959f6d7fe71849d4ce973342 Mon Sep 17 00:00:00 2001 From: Jesse Newland Date: Thu, 23 May 2024 12:07:42 -0500 Subject: [PATCH] Delete .github/required.yml --- .github/required.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/required.yml diff --git a/.github/required.yml b/.github/required.yml deleted file mode 100644 index b6a1d43..0000000 --- a/.github/required.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Create a Status named 'Required' that reports the observed conclusion of all -# matching WorkflowRuns on the same `head_sha` as the observed WorkflowRun. -name: Required - -on: - workflow_run: - workflows: - - Check Transpiled JavaScript - - Continuous Integration - - Lint Codebase - types: - - completed - -jobs: - success: - if: - contains(fromJSON('["merge_group", "pull_request"]'), - github.event.workflow_run.event) - name: Create appropriate status - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: ./ - with: - token: ${{ secrets.GITHUB_TOKEN }} - status-name: Required - must-succeed-if-run: | - Check Transpiled JavaScript - Continuous Integration - Lint Codebase