Merge pull request #419 from smcv/no-third-party-workflow

workflows: Remove third-party workflow
This commit is contained in:
Colin Walters
2021-04-19 20:45:07 -04:00
committed by GitHub

View File

@@ -1,15 +0,0 @@
on: pull_request
name: Pull Requests
jobs:
message-check:
name: Block Autosquash Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}