Skip to content

Commit

Permalink
Merge pull request #281 from nextcloud/feat/workflow-auto-update-fixu…
Browse files Browse the repository at this point in the history
…p.yml
  • Loading branch information
skjnldsv committed Jan 31, 2022
2 parents d411a2f + 0fff660 commit 1cc9331
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

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
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cc9331

Please sign in to comment.