Skip to content
Snippets Groups Projects
Unverified Commit c709d975 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2320 from nextcloud/enhancement/fixup-action

Check for fixup and squash commits with Github action
parents e7221b1a 59b59a4c
No related branches found
No related tags found
No related merge requests found
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@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment