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

mtaha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f873e3f Update labeler.yml (#2186)
3f873e3f is described below

commit 3f873e3fe1094f770d0936983065deb3089e9785
Author: John Gemignani <[email protected]>
AuthorDate: Mon Jun 9 11:06:36 2025 -0700

    Update labeler.yml (#2186)
    
    Adjust workflow/labeler.yml to add permissions.
---
 .github/workflows/labeler.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 266df4ce..d5fc8c83 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -5,8 +5,9 @@ on:
 jobs:
   triage:
     permissions:
-      contents: read
+      contents: write
       pull-requests: write
+      issues: write
     runs-on: ubuntu-latest
     steps:
     - name: Checkout

Reply via email to