Skip to content

Commit 89d7843

Browse files
authored
Add files via upload
1 parent ce2eabb commit 89d7843

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.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)