File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : git-l10n
2
2
3
- on : [push, pull_request_target ]
3
+ on : [push, pull_request ]
4
4
5
5
# Avoid unnecessary builds. Unlike the main CI jobs, these are not
6
6
# ci-configurable (but could be).
21
21
- name : Setup base and head objects
22
22
id : setup-tips
23
23
run : |
24
- if test "${{ github.event_name }}" = "pull_request_target "
24
+ if test "${{ github.event_name }}" = "pull_request "
25
25
then
26
26
base=${{ github.event.pull_request.base.sha }}
27
27
head=${{ github.event.pull_request.head.sha }}
95
95
uses : mshick/add-pr-comment@v2
96
96
if : >-
97
97
always() &&
98
- github.event_name == 'pull_request_target ' &&
98
+ github.event_name == 'pull_request ' &&
99
99
env.COMMENT_BODY != ''
100
100
with :
101
101
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments