4949 sync-labels : true
5050
5151 # Label based on branch name
52- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
52+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
5353 if : |
5454 startsWith(github.event.pull_request.title, 'fix') ||
5555 startsWith(github.event.pull_request.title, 'bug') ||
@@ -58,14 +58,14 @@ jobs:
5858 github_token : ${{ secrets.GITHUB_TOKEN}}
5959 labels : bug
6060
61- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
61+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
6262 if : |
6363 startsWith(github.event.pull_request.title, 'feat')
6464 with :
6565 github_token : ${{ secrets.GITHUB_TOKEN}}
6666 labels : new feature
6767
68- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
68+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
6969 if : |
7070 startsWith(github.event.pull_request.title, 'style') ||
7171 startsWith(github.event.pull_request.title, 'refactor') ||
7676 github_token : ${{ secrets.GITHUB_TOKEN}}
7777 labels : enhancement
7878
79- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
79+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
8080 if : |
8181 startsWith(github.event.pull_request.title, 'build') ||
8282 startsWith(github.event.pull_request.title, 'revert') ||
@@ -85,15 +85,15 @@ jobs:
8585 github_token : ${{ secrets.GITHUB_TOKEN}}
8686 labels : maintenance
8787
88- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
88+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
8989 if : |
9090 startsWith(github.event.pull_request.title, 'doc') ||
9191 startsWith(github.event.pull_request.title, 'docs')
9292 with :
9393 github_token : ${{ secrets.GITHUB_TOKEN}}
9494 labels : documentation
9595
96- - uses : actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
96+ - uses : actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
9797 if : |
9898 startsWith(github.event.pull_request.title, 'docker') ||
9999 startsWith(github.event.pull_request.title, 'no-ci') ||
0 commit comments