Skip to content

Commit 7027d01

Browse files
lhellebrevgeni
authored andcommitted
Use WF to label PRs breaks-robottelo on comment
1 parent 4682f9d commit 7027d01

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)