[stable/node-local-dns]: Remove addonmanager label from node-local-dns configmap and make annotations configurable #220
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: "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/[email protected] | |
- uses: deepakputhraya/action-pr-title@master | |
with: | |
regex: '^\[stable\/+.+].*' | |
prefix_case_sensitive: false |