migrate to patch both (#8803)

This commit is contained in:
matt korwel
2025-09-18 20:17:51 -07:00
committed by GitHub
parent a815fa37e7
commit e678b231a3
3 changed files with 76 additions and 57 deletions

View File

@@ -73,7 +73,7 @@ jobs:
}
- name: 'Comment on Original PR'
if: '!inputs.dry_run && inputs.original_pr'
if: 'inputs.original_pr'
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ORIGINAL_PR: '${{ github.event.inputs.original_pr }}'