We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4682f9d commit 7027d01Copy full SHA for 7027d01
1 file changed
.github/workflows/test-breaking.yaml
@@ -0,0 +1,14 @@
1
+name: Label a PR `breaks-robottelo` on appropriate comment
2
+on:
3
+ issue_comment:
4
+ types: [created]
5
+jobs:
6
+ breaks-robottelo:
7
+ uses: theforeman/actions/.github/workflows/breaks-robottelo.yml@v0
8
+ permissions:
9
+ pull-requests: write
10
+ with:
11
+ repo: ${{ github.repository }}
12
+ issue: ${{ github.event.issue.number }}
13
+ secrets:
14
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments