Skip to content

Commit 0dbc513

Browse files
authored
Merge pull request #380 from nextcloud/kesselb-patch-1
Create fixup.yml
2 parents b58e397 + 305c885 commit 0dbc513

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/fixup.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
6+
name: Pull request checks
7+
8+
on: pull_request
9+
10+
jobs:
11+
commit-message-check:
12+
name: Block fixup and squash commits
13+
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- name: Run check
18+
uses: xt0rted/block-autosquash-commits-action@v2
19+
with:
20+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)