Skip to content

ci: add ibc-relayer custom exporter- prometheus #184

ci: add ibc-relayer custom exporter- prometheus

ci: add ibc-relayer custom exporter- prometheus #184

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 }}