Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/create-node-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
dryRun:
description: "Setting this to anything will run all the steps except opening the PR"

permissions:
contents: write

jobs:
create-pull-request:
name: Create Node PR
Expand Down
3 changes: 3 additions & 0 deletions scripts/template-oss/create-node-pr-yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
dryRun:
description: "Setting this to anything will run all the steps except opening the PR"

permissions:
contents: write

jobs:
create-pull-request:
{{> jobYml jobName="Create Node PR" jobCheckout=(obj fetch-depth=0) }}
Expand Down
Loading