Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Jan 17, 2025
1 parent 060ffd8 commit a514ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
check_patchback_comment:
if: >
github.event.issue.pull_request.merged == true
github.event.issue.pull_request.merged == true &&
contains(github.event.comment.body, '💔 cherry-picking failed')
runs-on: ubuntu-latest

steps:
- name: Add Label for Backport Failure
run: |
echo ${{ github.event.issue_comment.comment }}
gh pr edit ${{ github.event.issue.number }} -R ${{ github.repository }} --add-label 'backport-failed'

0 comments on commit a514ec5

Please sign in to comment.