We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120ce03 commit 9246033Copy full SHA for 9246033
.github/workflows/ci.yml
@@ -3,6 +3,10 @@ name: CI
3
on:
4
pull_request:
5
branches: ["*"]
6
+ types: [opened, synchronize, reopened, ready_for_review]
7
+ pull_request_target:
8
+ branches: ["*"]
9
10
push:
11
branches: ["main"]
12
merge_group:
@@ -11,6 +15,12 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
13
17
18
+permissions:
19
+ contents: read
20
+ pull-requests: read
21
+ checks: write
22
+ statuses: write
23
+
14
24
# You can leverage Vercel Remote Caching with Turbo to speed up your builds
25
# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
26
env:
0 commit comments