summaryrefslogtreecommitdiff
path: root/.github/workflows/check_label.yaml
diff options
context:
space:
mode:
authoromnom62 <omnom62@outlook.com>2026-06-01 06:12:38 +1000
committeromnom62 <omnom62@outlook.com>2026-06-01 06:12:38 +1000
commit3d5580b801812dbbeefb37cfb7059b7f2b4adcbb (patch)
tree3566f36822e1ae4bae19efaaab63a06f4bb525b8 /.github/workflows/check_label.yaml
parent967a8c581df46f3c01d642ed08ec0d7ec43d79f6 (diff)
downloadrest.vyos-3d5580b801812dbbeefb37cfb7059b7f2b4adcbb.tar.gz
rest.vyos-3d5580b801812dbbeefb37cfb7059b7f2b4adcbb.zip
Preparing first cut of modules
Diffstat (limited to '.github/workflows/check_label.yaml')
-rw-r--r--.github/workflows/check_label.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/check_label.yaml b/.github/workflows/check_label.yaml
new file mode 100644
index 0000000..000578b
--- /dev/null
+++ b/.github/workflows/check_label.yaml
@@ -0,0 +1,11 @@
+---
+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