Skip to content

Commit 6a8ddae

Browse files
authored
chore: update actions-add-labels-run-steps (#7470)
update actions-add-labels-run-steps
1 parent cea257e commit 6a8ddae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-pr-metadata.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request_target:
66
types: [opened, edited, synchronize, reopened]
77

8-
concurrency:
8+
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Add labels
18-
uses: silverhand-io/[email protected].1
18+
uses: silverhand-io/[email protected].2
1919
with:
2020
title: ${{ github.event.pull_request.title || github.event.issue.title }}
2121
github-token: ${{ github.token }}
@@ -96,7 +96,7 @@ jobs:
9696
return `#### COMPARE TO \`master\`\n**Total Size Diff** ${format(diff)}\n${
9797
result.length ? `\n<details>\n<summary><b>Diff by File</b></summary>\n\n${filesHeader}${filesData}</details>\n` : ''
9898
}`;
99-
99+
100100
- uses: marocchino/sticky-pull-request-comment@v2
101101
with:
102102
message: |

0 commit comments

Comments
 (0)