This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch v2.5
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/v2.5 by this push:
new 00bc0016b chore(CI): Use actions/labeler@v4 to keep compatiblity
(cherry-pick #1711) (#1765)
00bc0016b is described below
commit 00bc0016b6f055b1a0131a78e15e4ad9230d4b4b
Author: Dan Wang <[email protected]>
AuthorDate: Tue Dec 12 21:39:59 2023 +0800
chore(CI): Use actions/labeler@v4 to keep compatiblity (cherry-pick #1711)
(#1765)
https://github.com/actions/labeler/releases/tag/v5.0.0 has an incompatible
changes of the config file, this patch use the v4 to keep compatibility.
This PR is to cherry-pick #1711 into v2.5.
---
.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]