This is an automated email from the ASF dual-hosted git repository.

wangdan 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 5b9f46a2e fix(github): add write permission to module labeler (#2106)
5b9f46a2e is described below

commit 5b9f46a2efed14ba0f1b1ae19461ce7561403f1b
Author: Dan Wang <[email protected]>
AuthorDate: Wed Aug 21 17:40:37 2024 +0800

    fix(github): add write permission to module labeler (#2106)
    
    Fix https://github.com/apache/incubator-pegasus/issues/2105.
---
 .github/workflows/module_labeler_conf.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/module_labeler_conf.yml 
b/.github/workflows/module_labeler_conf.yml
index b002b2e3c..da0ecf390 100644
--- a/.github/workflows/module_labeler_conf.yml
+++ b/.github/workflows/module_labeler_conf.yml
@@ -15,6 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 ---
+permissions:
+  contents: write
+
 github:
   - .github/**/*
 admin-cli:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to