Skip to content

Commit

Permalink
Merge pull request #32 from alinabuzachis/test_backport_failed_label_…
Browse files Browse the repository at this point in the history
…action

Test 4
  • Loading branch information
alinabuzachis authored Jan 17, 2025
2 parents 7a5ded6 + a514ec5 commit aa51186
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 aa51186

Please sign in to comment.