Skip to content

[stable/node-local-dns] fix: prevent duplicate metrics #138

[stable/node-local-dns] fix: prevent duplicate metrics

[stable/node-local-dns] fix: prevent duplicate metrics #138

Workflow file for this run

name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
name: check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.1.7
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[stable\/+.+].*'
prefix_case_sensitive: false