Skip to content

Commit a460a9a

Browse files
authored
chore: open v3 backport PR only if the current PR targets main (#8865)
* chore: open v3 backport PR only if the current PR targets main * only if a changeset is added
1 parent b7ac367 commit a460a9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/open-v3-maintenance-prs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: v3 Maintenance
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
branches: main
6+
paths:
7+
- ".changeset/**.md"
48

59
jobs:
610
open-pr:

0 commit comments

Comments
 (0)