-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github actions bot not creating any comments #70
Comments
Same story for me on a regular private repo. Using these steps as a workaround:
|
Notice the message "prNumber: undefined" in the debug output. The PR is unknown because the workflow was triggered by a push. Change the workflow trigger to "pull_request" instead and it will work. |
This #144 should enable "adding comment to pull_request, for a |
This is now available in v1.7.2-alpha. We will release v1.7.2 in the coming weeks. |
I am running this action at debug mode and the log seems like everything is ok. but the github actions bot doesn't appear to comment on my pr.
I am using a forked repo and created a pr to the forked repo, is that the problem? I think github actions' permissions are set to max privileges.
The text was updated successfully, but these errors were encountered: