Fix BGP ASDOT notation handling in ios_bgp_global module #443
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: "Check label" | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
on: # yamllint disable-line rule:truthy | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
check_label: | |
uses: ansible/ansible-content-actions/.github/workflows/check_label.yaml@main |