nextcloud/.github/workflows/fixup.yml

21 lines
511 B
YAML
Raw Normal View History

2021-07-16 09:13:20 +02:00
# 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
2021-05-29 09:12:37 +02:00
name: Pull request checks
2021-07-16 09:13:20 +02:00
on: pull_request
jobs:
commit-message-check:
name: Block fixup and squash commits
2021-07-16 09:13:20 +02:00
runs-on: ubuntu-latest
2021-07-16 09:13:20 +02:00
steps:
- name: Run check
2021-07-16 09:13:20 +02:00
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}