From 21b6dce28de2cb8d5afb8af684bf2c7698c60e0d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 2 Mar 2026 18:34:37 +0000 Subject: [PATCH] chore: release drafter part2 --- .github/workflows/ack.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/ack.yml diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml new file mode 100644 index 0000000..424edf6 --- /dev/null +++ b/.github/workflows/ack.yml @@ -0,0 +1,12 @@ +--- +# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml +name: ack +on: + merge_group: + pull_request_target: + types: [opened, labeled, unlabeled, synchronize] + +jobs: + ack: + uses: ansible/team-devtools/.github/workflows/ack.yml@main + secrets: inherit