mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +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)
|
name: Coverage (Trial)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Post/update PR comment
|
- 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
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
@ -99,3 +99,4 @@ jobs:
|
||||||
issue_number: context.issue.number,
|
issue_number: context.issue.number,
|
||||||
body: commentBody,
|
body: commentBody,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue