You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixup.yml 511B

1234567891011121314151617181920
  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. name: Pull request checks
  6. on: pull_request
  7. jobs:
  8. commit-message-check:
  9. name: Block fixup and squash commits
  10. runs-on: ubuntu-latest
  11. steps:
  12. - name: Run check
  13. uses: xt0rted/block-autosquash-commits-action@v2
  14. with:
  15. repo-token: ${{ secrets.GITHUB_TOKEN }}