Skip to content

feat: made blocks configuratble and use the block-rpc for most cases decreasing the api usage #177

feat: made blocks configuratble and use the block-rpc for most cases decreasing the api usage

feat: made blocks configuratble and use the block-rpc for most cases decreasing the api usage #177

name: PR Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check PR labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: documentation,enhancement,bug,cicd,test,breaking-change,feature,scripts
repo_token: ${{ secrets.GITHUB_TOKEN }}