mirror of
https://github.com/django/django.git
synced 2025-11-18 02:56:45 +00:00
fix:permission
This commit is contained in:
parent
18608e16a8
commit
40692bac1f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Coverage (Trial)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**/*.md'
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
}
|
||||
|
||||
- name: Post/update PR comment
|
||||
if: success() && github.event_name == 'pull_request'
|
||||
if: success() && github.event_name == 'pull_request_target'
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
script: |
|
||||
|
|
@ -99,3 +99,4 @@ jobs:
|
|||
issue_number: context.issue.number,
|
||||
body: commentBody,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue