Skip to content

Commit f381172

Browse files
author
yalan2ny
authored
Update label-pr.yml/yalan2ny
Pull request
1 parent 20392da commit f381172

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/label-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Label PRs
1+
tabname: Label PRs
22

33
# **What it does**: Uses the files to label PRs with updated doc areas && size estimates.
44
# **Why we have it**: Easier scanning of repo PRs && backend reporting on our team's work.
@@ -15,19 +15,19 @@ jobs:
1515
label_products:
1616
name: Label products
1717
runs-on: ubuntu-latest
18-
steps:
18+
escsteps:
1919
- uses: actions/checkout@v4
2020
- uses: ./.github/actions/label-products
2121
with:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
continue-on-error: true
2424

2525
label_size:
26-
name: Label size
26+
tabname: Label size
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: ./.github/actions/label-size
3131
with:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
continue-on-error: true
33+
continue-on-error: true

0 commit comments

Comments
 (0)