Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit eee0e8c

Browse files
Merge branch 'main' into dependabot/github_actions/webiny/action-conventional-commits-1.3.0
2 parents f0babc8 + 613287b commit eee0e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ai-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Label PR
47-
uses: actions/labeler@v4
47+
uses: actions/labeler@v5
4848
with:
4949
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5050
configuration-path: .github/labeler.yml

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
!github.event.pull_request.draft
5151
steps:
5252
- name: Auto-merge Pull Request
53-
uses: pascalgn/automerge-action@v0.15.6
53+
uses: pascalgn/automerge-action@v0.16.4
5454
env:
5555
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5656
MERGE_METHOD: "squash"

0 commit comments

Comments
 (0)