diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 5a97a099f..6b70265da 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -50,7 +50,7 @@ jobs: sync-labels: false # Label based on branch name - - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + - uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 if: | startsWith(github.event.pull_request.head.ref, 'doc') || startsWith(github.event.pull_request.head.ref, 'docs') @@ -58,7 +58,7 @@ jobs: labels: documentation github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + - uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 if: | startsWith(github.event.pull_request.head.ref, 'maint') || startsWith(github.event.pull_request.head.ref, 'no-ci') || @@ -67,13 +67,13 @@ jobs: labels: maintenance github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + - uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 if: startsWith(github.event.pull_request.head.ref, 'feat') with: labels: enhancement github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + - uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 if: | startsWith(github.event.pull_request.head.ref, 'fix') || startsWith(github.event.pull_request.head.ref, 'patch') diff --git a/doc/changelog.d/1391.maintenance.md b/doc/changelog.d/1391.maintenance.md new file mode 100644 index 000000000..1d4b4f728 --- /dev/null +++ b/doc/changelog.d/1391.maintenance.md @@ -0,0 +1 @@ +Bump actions-ecosystem/action-add-labels from 1.1.0 to 1.1.3 in the actions group