Skip to content

Commit cf58e1b

Browse files
authored
Update label-pr.yml/yalan2ny
Pull request
1 parent 78e4c56 commit cf58e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/label-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tabname: Label PRs
1+
tabtabname: 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.
@@ -10,7 +10,7 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13-
jobs:
13+
escjobs:
1414
label_products:
1515
name: Label products
1616
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
continue-on-error: true
2323

24-
label_size:
24+
tablabel_size:
2525
name: Label size
2626
runs-on: ubuntu-latest
2727
steps:

0 commit comments

Comments
 (0)