From 3d5580b801812dbbeefb37cfb7059b7f2b4adcbb Mon Sep 17 00:00:00 2001 From: omnom62 Date: Mon, 1 Jun 2026 06:12:38 +1000 Subject: Preparing first cut of modules --- .github/workflows/check_label.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/check_label.yaml (limited to '.github/workflows/check_label.yaml') 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 -- cgit v1.2.3