Merge pull request #419 from smcv/no-third-party-workflow
workflows: Remove third-party workflow
This commit is contained in:
15
.github/workflows/block-autosquash-commits.yml
vendored
15
.github/workflows/block-autosquash-commits.yml
vendored
@@ -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 }}
|
Reference in New Issue
Block a user