From a116a7f63d483be41dd293485499f465ed509c3e Mon Sep 17 00:00:00 2001 From: matt-smith-kr Date: Thu, 9 Jan 2025 13:07:54 -0800 Subject: [PATCH] deleted qa check --- .github/workflows/qa.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/qa.yml diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml deleted file mode 100644 index 6a27d86..0000000 --- a/.github/workflows/qa.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Check for Sign Off - -on: - pull_request: - types: [unlabeled] - pull_request_review: - types: [submitted] - -jobs: - sign-off-check: - name: Check sign-off - runs-on: ubuntu-latest - steps: - - name: sign off - uses: krogerco/Sign-Off@v1.1.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}