Merge pull request #2832 from tooomm/patch-2

Chore: Don't include changelog PR for different releases
This commit is contained in:
shamoon 2023-03-05 15:53:59 -08:00 committed by GitHub
commit d668c475de
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']
});