Skip to content

Revert "ci(docs): add automatic generation of CHANGELOG" #7

Revert "ci(docs): add automatic generation of CHANGELOG"

Revert "ci(docs): add automatic generation of CHANGELOG" #7

Workflow file for this run

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