Skip to content

Commit 568b5f6

Browse files
authored
Merge pull request #7 from jrjohnson/pnpm-automerge
Enable pnpm Automerge Permissions
2 parents 166870f + ea3aa25 commit 568b5f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-pnpm-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
- cron: '0 23 * * 2' # Weekly on Tuesday afternoons (UTC)
55
workflow_dispatch:
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
update-pnpm:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)