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