github.com/cosmos/cosmos-sdk@v0.50.10/.github/workflows/consensuswarn.yml (about) 1 name: "Warn about consensus code changes" 2 3 on: 4 pull_request_target: 5 types: 6 - opened 7 - edited 8 - synchronize 9 10 jobs: 11 main: 12 permissions: 13 pull-requests: write # For reading the PR and posting comment 14 runs-on: ubuntu-latest 15 steps: 16 - uses: actions/checkout@v3 17 - uses: orijtech/consensuswarn@main 18 with: 19 roots: "github.com/cosmos/cosmos-sdk/baseapp.BaseApp.PrepareProposal,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.ProcessProposal,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.FinalizeBlock,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.Commit,github.com/cosmos/cosmos-sdk/baseapp.BaseApp.VerifyVoteExtension"