소스 검색

Update update-contributors.yml

Matt Rubens 11 달 전
부모
커밋
dc4efd6a1a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/update-contributors.yml

+ 2 - 1
.github/workflows/update-contributors.yml

@@ -11,6 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     permissions:
     permissions:
       contents: write  # Needed for pushing changes
       contents: write  # Needed for pushing changes
+      pull-requests: write  # Needed for creating PRs
     steps:
     steps:
       - name: Checkout code
       - name: Checkout code
         uses: actions/checkout@v3
         uses: actions/checkout@v3
@@ -55,4 +56,4 @@ jobs:
             Automated update of contributors list in README.md
             Automated update of contributors list in README.md
             
             
             This PR was created automatically by a GitHub Action workflow.
             This PR was created automatically by a GitHub Action workflow.
-          base: main
+          base: main