Skip to content

EES-5753 API notification subscribers receive email to highlight new major version has breaking changes #4409

EES-5753 API notification subscribers receive email to highlight new major version has breaking changes

EES-5753 API notification subscribers receive email to highlight new major version has breaking changes #4409

# Workflow to block auto-squash commits (e.g. fixup, amend)
# from being merged in via pull requests.
# https://andrewlock.net/smoother-rebases-with-auto-squashing-git-commits/
name: Block auto-squash commits
on: pull_request
permissions:
pull-requests: read
jobs:
block-autosquash:
name: Block auto-squash commits
runs-on: ubuntu-latest
steps:
- name: Block auto-squash commits
uses: xt0rted/block-autosquash-commits-action@87d56ca2c3f01b9247504ead67a1a3c2ca62b030
with:
repo-token: ${{ secrets.GH_TOKEN }}