Browse Source

ci: allow ecosystem-ci trigger to write pull requests (#14867)

edison 3 weeks ago
parent
commit
bbdf86dcc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ecosystem-ci-trigger.yml

+ 1 - 1
.github/workflows/ecosystem-ci-trigger.yml

@@ -7,7 +7,7 @@ on:
 permissions:
   contents: read
   issues: write
-  pull-requests: read
+  pull-requests: write
 
 jobs:
   trigger: