[Execution Data] Change registerID definition to match Ledger.RegisterID #786
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/no-merge-action-msg@v0.7 | |
with: | |
github-token: ${{github.token}} | |
keyword: "flips/" | |
message: "FLIP additions and updates should be submitted to https://github.com/onflow/flips" |