File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11
11
# accompanying OnPRStateChangedPriv workflow does just that.
12
12
13
13
name : PRChanged
14
+ # WARNING! The run name MUST start with "PR <pr_number>".
15
+ # The accompanying privleged workflow parses this to find
16
+ # the PR number. It's the only reliable way it can get it.
14
17
run-name : " PR ${{ github.event.number }} ${{ github.event.action }} by ${{ github.actor }}"
15
18
on :
16
19
pull_request :
Original file line number Diff line number Diff line change 11
11
# of this workflow name.
12
12
#
13
13
name : PRChangedPriv
14
- run-name : " PRChangedPriv ${{ github.event.workflow .name }} ${{ github.event.action }}"
14
+ run-name : " PRChangedPriv ${{ github.event.workflow_run .name }} ${{ github.event.action }}(${{ github.event.workflow_run.conclusion }}) "
15
15
on :
16
16
workflow_run :
17
17
workflows : [PRChanged]
You can’t perform that action at this time.
0 commit comments