Skip to content

Allow fast forward merge only. #3

Allow fast forward merge only.

Allow fast forward merge only. #3

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check-fast-forward:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Checking if fast forwarding is possible
uses: sequoia-pgp/fast-forward@v1
with:
merge: false
comment: always