mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
d7fc6f90a4
original by https://github.com/skjnldsv Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
12 lines
300 B
YAML
12 lines
300 B
YAML
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
|
|
with:
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|