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 88a29a461 chore(CI): Bump actions/labeler to v5 (#2116)
88a29a461 is described below
commit 88a29a461c73241b6dce3ca887fda163decfadca
Author: Yingchun Lai <[email protected]>
AuthorDate: Sat Sep 14 11:26:28 2024 +0800
chore(CI): Bump actions/labeler to v5 (#2116)
---
.github/workflows/labeler.yml | 7 +++++--
.github/workflows/module_labeler_conf.yml | 3 ---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index a34014547..2f20d430b 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -23,13 +23,16 @@ on:
types: [ synchronize, opened, reopened, edited ]
jobs:
- process:
+ labeler:
name: Module Labeler
runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Assign GitHub labels
- uses: actions/labeler@v4
+ uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/workflows/module_labeler_conf.yml
diff --git a/.github/workflows/module_labeler_conf.yml
b/.github/workflows/module_labeler_conf.yml
index 5994abb56..17932cf8a 100644
--- a/.github/workflows/module_labeler_conf.yml
+++ b/.github/workflows/module_labeler_conf.yml
@@ -15,9 +15,6 @@
# specific language governing permissions and limitations
# under the License.
---
-permissions:
- contents: 'write'
- pull-requests: 'write'
github:
- .github/**/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]