Skip to content

Commit 8fdac71

Browse files
committed
Another fix on CR running and commenting
1 parent 0b893fe commit 8fdac71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/continuous-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish approved pull requests and latest commit to pkg.pr.new
22
on:
33
pull_request:
4+
types:
5+
- opened
46
branches:
57
- 'dev-2.0'
68
push:
@@ -16,7 +18,7 @@ jobs:
1618
if: github.repository == 'processing/p5.js'
1719
runs-on: ubuntu-latest
1820
permissions:
19-
pull_requests: write
21+
issues: write
2022
steps:
2123
- name: Checkout code
2224
uses: actions/checkout@v4

0 commit comments

Comments
 (0)