Skip to content

Commit 0d63e66

Browse files
authored
Filter pull requests on main branch in changelog-pr.yml (#793)
1 parent cfb755a commit 0d63e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changelog-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
const { data: pulls } = await github.rest.pulls.list({
6464
owner: context.repo.owner,
6565
repo: context.repo.repo,
66+
base: "main",
6667
state: "closed",
6768
sort: "updated",
6869
direction: "desc",

0 commit comments

Comments
 (0)