Skip to content

Commit 0fb1539

Browse files
Merge pull request #99 from ArangoGutierrez/copy-pr-bot
Enable Copy-pr-bot
2 parents c19df3b + e0fd6d8 commit 0fb1539

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/copy-pr-bot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration
2+
3+
enabled: true

.github/workflows/golang.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@
1515
name: Golang
1616

1717
on:
18-
pull_request:
19-
types:
20-
- opened
21-
- synchronize
22-
branches:
23-
- main
24-
- release-*
2518
push:
2619
branches:
20+
- "pull-request/[0-9]+"
2721
- main
2822
- release-*
2923

0 commit comments

Comments
 (0)