File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments