Skip to content

Commit c189505

Browse files
committed
Update workflow name from 'PR opened' to 'Link Issue to PR' to reflect multiple triggers
1 parent 2d62a02 commit c189505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue_open-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: PR opened
1+
name: Link Issue to PR
22

33
on:
44
pull_request:
55
types: [opened, edited, synchronize]
66

77
jobs:
88
add-issue-to-pr:
9-
name: Add Issue to PR
9+
name: Link Issue to PR
1010
uses: ./.github/workflows/issue_comp_link-issue-to-pr.yml
1111
with:
1212
pr_branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)