We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b40174 commit 8991a45Copy full SHA for 8991a45
1 file changed
.github/workflows/ack.yml
@@ -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