summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-04-19 10:20:07 +0100
committerSimon McVittie <smcv@collabora.com>2021-04-19 10:20:07 +0100
commit4c3eb5b391e86b7bac26ea95002a125ad7436c8d (patch)
treeef2a124cd9eac12f2b1128117bb80003bb17f5fb
parent33a9bd4f5651192f63c57a4ba33fcea0d4784c0c (diff)
downloadbubblewrap-4c3eb5b391e86b7bac26ea95002a125ad7436c8d.tar.gz
workflows: Remove third-party workflow
I copied this from Flatpak, but Colin was concerned about the trust implications of this third-party dependency, and it doesn't seem particularly important. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.github/workflows/block-autosquash-commits.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/block-autosquash-commits.yml b/.github/workflows/block-autosquash-commits.yml
deleted file mode 100644
index 43d6771..0000000
--- a/.github/workflows/block-autosquash-commits.yml
+++ /dev/null
@@ -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 }}