You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the latest README and followed the instructions.
I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
I have set RUNNER_DEBUG: 1 for debugging.
Describe the bug
Currently, use this action to mark a PR as Draft or ready depending on the labels added/removed.
When I was using it today, I noticed that while the action does comment on the PR, did it not change the PR's state to Ready.
Checking the latest examples and docs here, I saw that draft: true changed to action: ready, so I tried this now, but the action now failed with the message Invalid value "ready" labels.Status: Ready.labeled.pr.action despite this being 1:1 the same in the label-commenter-config.yml file:
body: Thank you for following the template. The repository owner will review this.
action: ready
Yes, I am using a dedicated User account here and the account has sufficient permissions to change a PR's state. This action worked before but now doesn't.
As mentioned above did this action work perfectly fine before and PRs were marked as Ready or Draft.
The example file on this repository mentions action: draft and action: ready for PRs so someone would guess it's actually what you need to mark a PR properly, but the fact that it fails means that there must be an issue.
The text was updated successfully, but these errors were encountered:
Sorry for such a late reply: What is the solution now? draft: true|false (As I used before) doesn't seem to work anymore, as mentioned in my previous comment.
I've updated the action to use draft: true|false again, but the problem is, that the PR isn't updated. It remains a Draft or Ready even tho the action should do the opposite.
Checklist
RUNNER_DEBUG: 1
for debugging.Describe the bug
Currently, use this action to mark a PR as Draft or ready depending on the labels added/removed.
When I was using it today, I noticed that while the action does comment on the PR, did it not change the PR's state to Ready.
Checking the latest examples and docs here, I saw that
draft: true
changed toaction: ready
, so I tried this now, but the action now failed with the messageInvalid value "ready" labels.Status: Ready.labeled.pr.action
despite this being 1:1 the same in thelabel-commenter-config.yml
file:actions-label-commenter/.github/label-commenter-config.yml
Lines 23 to 25 in feeed63
Yes, I am using a dedicated User account here and the account has sufficient permissions to change a PR's state. This action worked before but now doesn't.
Relevant links
Relevant log output
Additional context.
As mentioned above did this action work perfectly fine before and PRs were marked as Ready or Draft.
The example file on this repository mentions
action: draft
andaction: ready
for PRs so someone would guess it's actually what you need to mark a PR properly, but the fact that it fails means that there must be an issue.The text was updated successfully, but these errors were encountered: