Autocloser: Specify state_reason when closing (#8718)

This commit is contained in:
LitoMore 2023-06-04 07:14:30 +08:00 committed by GitHub
parent bfdb2d7659
commit c3c31f54cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,5 +51,6 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
state: 'closed'
state: 'closed',
state_reason: 'not_planned'
});