We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f9da0 commit fb7e99cCopy full SHA for fb7e99c
.github/workflows/OnPRChanged.yml
@@ -16,7 +16,7 @@ name: PRChanged
16
# the PR number. It's the only reliable way it can get it.
17
run-name: "PR ${{ github.event.number }} Changed by ${{ github.actor }}"
18
on:
19
- pull_request:
+ pull_request_target:
20
types: [opened, reopened, synchronize]
21
22
jobs:
@@ -25,6 +25,6 @@ jobs:
25
concurrency:
26
group: check-${{ github.base_ref }}-${{ github.ref_name }}
27
cancel-in-progress: true
28
- uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRChanged.yml@main
29
- secrets:
30
- TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskPRChanged.yml@main-pr-target
+ with:
+ actions_ref: '{ "owner": "asterisk", "repo": "asterisk-ci-actions", "branch": "main-pr-target" }'
0 commit comments