We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3a06f commit 57a7fa3Copy full SHA for 57a7fa3
.github/workflows/automatic-updates.yml
@@ -8,6 +8,8 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
if: github.repository_owner == 'nodejs'
11
+ permissions:
12
+ pull-requests: write
13
14
steps:
15
- uses: actions/checkout@v4
.github/workflows/official-pr.yml
@@ -16,6 +16,8 @@ jobs:
16
pr:
17
18
if: github.repository_owner == 'nodejs' && github.event.pull_request.merged_by != ''
19
20
21
22
23
- name: Checkout the docker-node repo
0 commit comments