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

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


The following commit(s) were added to refs/heads/PG17 by this push:
     new 1d957808 Update labeler.yml
1d957808 is described below

commit 1d957808c331e68b188e464dc41873fa2a605a70
Author: John Gemignani <[email protected]>
AuthorDate: Fri Jun 6 20:32:15 2025 -0700

    Update labeler.yml
    
    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 4234e358..5c302618 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: Apply branch labels

Reply via email to