This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 4b8b49a09 chore(CI): Use actions/labeler@v4 to keep compatiblity
(#1711)
4b8b49a09 is described below
commit 4b8b49a0997ec20b77b0acb62391c4052b6f62c4
Author: Yingchun Lai <[email protected]>
AuthorDate: Wed Dec 6 10:50:56 2023 +0800
chore(CI): Use actions/labeler@v4 to keep compatiblity (#1711)
https://github.com/actions/labeler/releases/tag/v5.0.0 has an imcompatible
changes of the config file, this patch use the v4 to keep compatiblity.
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index e3df8bb1d..eb13a2db7 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Assign GitHub labels
- uses: actions/labeler@main
+ uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/module_labeler_conf.yml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]