Skip to content

Commit

Permalink
Merge pull request #924 from nextcloud/backport/923/stable20
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored May 30, 2021
2 parents 24968d4 + fa724bf commit 0019db1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Pull request checks
on: pull_request

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 }}

0 comments on commit 0019db1

Please sign in to comment.