We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f6ebd2 + 14700dd commit 67029d2Copy full SHA for 67029d2
1 file changed
.github/workflows/quality.yml
@@ -199,7 +199,7 @@ jobs:
199
update_pr:
200
name: Update PR Description
201
needs: [merge_reports, bundle_size]
202
- if: always() && github.event_name == 'pull_request'
+ if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
203
runs-on: ubuntu-latest
204
permissions:
205
pull-requests: write
0 commit comments