Update PR Patch check to work on forks (#115308)

* Update PR Patch check to work on forks
This commit is contained in:
Kevin Minehart
2025-12-15 14:30:38 +01:00
committed by GitHub
parent 49c5c0ce41
commit b805d5cae0
2 changed files with 22 additions and 0 deletions
@@ -12,6 +12,7 @@ on:
permissions:
id-token: write
contents: read
statuses: write
# Since this is run on a pull request, we want to apply the patches intended for the
# target branch onto the source branch, to verify compatibility before merging.