Skip to content

Commit 1bb8e22

Browse files
committed
fix-labeler
1 parent b874d4d commit 1bb8e22

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/label.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,25 @@ jobs:
1717
- uses: actions/labeler@v2
1818
with:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
20-
- name: Pull Request size
20+
- name: SizePR
2121
uses: CodelyTV/pr-size-labeler@v1
2222
with:
2323
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2424

25-
#- name: PR label by Files
26-
# uses: Decathlon/pull-request-labeler-action@v2.0.0
27-
- name: Labeler
28-
uses: actions/labeler@v3-preview
25+
- name: AssignPR
26+
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
2927
with:
3028
# The GITHUB_TOKEN secret
3129
repo-token: "${{ secrets.GITHUB_TOKEN }}"
30+
31+
####### For TS Projects Only
32+
#- name: PR label by Files
33+
# uses: Decathlon/pull-request-labeler-action@v2.0.0
34+
35+
####### Label PR based on configuration; must have config file at .github/labeler.yml
36+
#- name: Labeler
37+
# uses: actions/labeler@v3-preview
38+
# with:
39+
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
3240
# The path for the label configurations
3341
# configuration-path: # optional, default is .github/labeler.yml

0 commit comments

Comments
 (0)