[WIP] Docs: Richtlijnen over de toepassing van rich tekst en kopjes in formulieren. #2789
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: Pull Request | |
permissions: | |
pull-requests: read | |
jobs: | |
message-check: | |
name: Block Autosquash Commits | |
runs-on: ubuntu-latest | |
steps: | |
- name: Block Autosquash Commits | |
uses: xt0rted/block-autosquash-commits-action@v2.2.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |