This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 40456c320f8 Bump actions/labeler from 4.2.0 to 4.3.0
40456c320f8 is described below
commit 40456c320f84143b5e5eaa94435814f5f231340e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 17 06:24:45 2023 +0000
Bump actions/labeler from 4.2.0 to 4.3.0
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.2.0 to
4.3.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4.2.0...v4.3.0)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/generic-pr.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/generic-pr.yaml
b/.github/workflows/generic-pr.yaml
index 698470ae7ca..dd40e746dc2 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -42,21 +42,21 @@ jobs:
(github.event.action == 'opened' ||
github.event.action == 'reopened' ||
github.event.action == 'synchronize')
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/generic-pr/label-config.yml
sync-labels: true
- name: Label changes scope (Camel 4)
if: github.ref == 'refs/heads/main'
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path:
.github/workflows/generic-pr/label-config-main.yml
sync-labels: true
- name: Label changes scope (Camel 3)
if: github.ref == 'refs/heads/camel-3.x'
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path:
.github/workflows/generic-pr/label-config-camel-3.yml