We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e4c56 commit cf58e1bCopy full SHA for cf58e1b
.github/workflows/label-pr.yml
@@ -1,4 +1,4 @@
1
-tabname: Label PRs
+tabtabname: Label PRs
2
3
# **What it does**: Uses the files to label PRs with updated doc areas && size estimates.
4
# **Why we have it**: Easier scanning of repo PRs && backend reporting on our team's work.
@@ -10,7 +10,7 @@ concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
cancel-in-progress: true
12
13
-jobs:
+escjobs:
14
label_products:
15
name: Label products
16
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
continue-on-error: true
23
24
- label_size:
+ tablabel_size:
25
name: Label size
26
27
steps:
0 commit comments