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 e5c1d09 commit ef5c5a1Copy full SHA for ef5c5a1
.github/workflows/pull_request.yaml
@@ -0,0 +1,17 @@
1
+name: on_pr
2
+run-name: "on_pr: ${{ github.event.pull_request.number }}"
3
+
4
+on:
5
+ pull_request:
6
7
+permissions:
8
+ actions: read # required by BitGo/build-system
9
+ contents: read # required by BitGo/build-system
10
+ id-token: write # required by BitGo/build-system
11
+ pull-requests: write # required by Grype PR commenter
12
+ packages: read # required for ArgoCD deploy
13
14
+jobs:
15
+ build-and-test:
16
+ name: Build & Test (CI)
17
+ uses: ./.github/workflows/build-and-test.yaml
0 commit comments