Skip to content

Commit 0a510cf

Browse files
ci: bump the actions group with 2 updates (#4271)
* ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions-ecosystem/action-add-assignees](https://github.com/actions-ecosystem/action-add-assignees) and [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels). Updates `actions-ecosystem/action-add-assignees` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/actions-ecosystem/action-add-assignees/releases) - [Commits](actions-ecosystem/action-add-assignees@ce5019e...a5b84af) Updates `actions-ecosystem/action-add-labels` from 1.1.0 to 1.1.3 - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](actions-ecosystem/action-add-labels@bd52874...18f1af5) --- updated-dependencies: - dependency-name: actions-ecosystem/action-add-assignees dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions-ecosystem/action-add-labels dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4271.maintenance.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 709e72b commit 0a510cf

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
pull-requests: write
4646
steps:
47-
- uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 #v1.0.0
47+
- uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 #v1.0.1
4848
if: |
4949
(
5050
github.event_name == 'pull_request' &&

.github/workflows/label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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') ||
@@ -76,7 +76,7 @@ jobs:
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') ||
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 2 updates

0 commit comments

Comments
 (0)