(APG-470) Update CYA page to only show participations added as part of referral #3531
Workflow file for this run
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
name: Git | |
on: | |
pull_request: | |
jobs: | |
message-check: | |
name: Block fixup, squash and merge commits | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- name: Block fixup and squash commits | |
uses: 13rac1/block-fixup-merge-action@v2.0.0 |