Cadence WG update #985
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: "Block @nocommit Merges" | |
on: [pull_request] | |
jobs: | |
check_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check for @nocommit | |
uses: bthaile/[email protected] | |
with: | |
github-token: ${{github.token}} | |
keyword: "flips/" | |
message: "FLIP additions and updates should be submitted to https://github.com/onflow/flips" |