mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Revert "Add action to check for fixup commits"
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
committed by
Daniel Kesselberg
parent
a4b1945b01
commit
817cd82e00
13
.github/workflows/fixup.yml
vendored
13
.github/workflows/fixup.yml
vendored
@@ -1,13 +0,0 @@
|
||||
on: pull_request
|
||||
|
||||
name: Pull request checks
|
||||
|
||||
jobs:
|
||||
commit-message-check:
|
||||
name: Block fixup and squash commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run check
|
||||
uses: xt0rted/block-autosquash-commits-action@main
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user