mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Merge pull request #7012 from nextcloud/enh/fixup-action
Add action to check for fixup commits
This commit is contained in:
13
.github/workflows/fixup.yml
vendored
Normal file
13
.github/workflows/fixup.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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