Skip to content

Commit

Permalink
ci: Fix codeowners-merge.yml job permissions (SchemaStore#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored May 21, 2024
1 parent 4393331 commit b14c9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
codeowners-merge:
if: "github.repository == 'SchemaStore/schemastore' && github.event.pull_request.draft == false"
runs-on: ubuntu-latest
permissions: 'write-all'
steps:
- uses: 'actions/checkout@v4'
- name: 'Run Codeowners merge check'
Expand Down

0 comments on commit b14c9d9

Please sign in to comment.