File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1111# accompanying OnPRStateChangedPriv workflow does just that.
1212
1313name : 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.
1417run-name : " PR ${{ github.event.number }} ${{ github.event.action }} by ${{ github.actor }}"
1518on :
1619 pull_request :
Original file line number Diff line number Diff line change 1111# of this workflow name.
1212#
1313name : 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 }}) "
1515on :
1616 workflow_run :
1717 workflows : [PRChanged]
You can’t perform that action at this time.
0 commit comments