Skip to content

Commit 8991a45

Browse files
authored
chore: release drafter part2 (#130)
1 parent 7b40174 commit 8991a45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ack.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/ack.yml
3+
name: ack
4+
on:
5+
merge_group:
6+
pull_request_target:
7+
types: [opened, labeled, unlabeled, synchronize]
8+
9+
jobs:
10+
ack:
11+
uses: ansible/team-devtools/.github/workflows/ack.yml@main
12+
secrets: inherit

0 commit comments

Comments
 (0)