Filter pull requests on main branch in changelog-pr.yml (#793)

This commit is contained in:
Håvard Gjøby Thom 2024-12-12 16:19:35 +01:00 committed by GitHub
parent cfb755a862
commit 0d63e66379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ jobs:
const { data: pulls } = await github.rest.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
base: "main",
state: "closed",
sort: "updated",
direction: "desc",