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 }}