Skip to content

Updating Outdated Documentation Link #3

Updating Outdated Documentation Link

Updating Outdated Documentation Link #3

name: Check Patchback Comment on Edit
on:
issue_comment:
types:
- edited
jobs:
check_patchback_comment:
if: >
github.event.issue.pull_request.merged == true &&
github.event.comment.user.login == 'patchback' &&
contains(github.event.comment.body, '💔 cherry-picking failed')
runs-on: ubuntu-latest
steps:
- name: Add Label for Backport Failure
run: |
gh pr edit ${{ github.event.issue.number }} -R ${{ github.repository }} --add-label 'backport-failed'