don't append changelog PR to unrelated release

This commit is contained in:
tooomm 2023-03-05 16:36:24 +01:00 committed by GitHub
parent db9733f0d5
commit 248f3f2181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -588,5 +588,5 @@ jobs:
owner,
repo,
issue_number: result.data.number,
labels: ['documentation']
labels: ['documentation', 'skip-changelog']
});