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.
2 parents c19df3b + e0fd6d8 commit 0fb1539Copy full SHA for 0fb1539
.github/copy-pr-bot.yaml
@@ -0,0 +1,3 @@
1
+# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration
2
+
3
+enabled: true
.github/workflows/golang.yaml
@@ -15,15 +15,9 @@
15
name: Golang
16
17
on:
18
- pull_request:
19
- types:
20
- - opened
21
- - synchronize
22
- branches:
23
- - main
24
- - release-*
25
push:
26
branches:
+ - "pull-request/[0-9]+"
27
- main
28
- release-*
29
0 commit comments