Github actions skipping PR Comment #215
-
I followed the github actions guide This is
Any idea what is going wrong? Why it doesn't detect a PR? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 15 replies
-
@LironEr Sorry for bothering. but, any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I'm on vacation and don't have my computer with me for a few days. In the meantime you can set "verbose" option to true and add all the logs here, that would help to identify the issue. In case there is a sensitive data in the logs you can reduct it and add here, If you prefer you can also send the logs to my email [email protected] Also please add the bundlemon version, config file and the github workflow file. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I think there might be an issue with how it detects a PR Upgrade to bundlemon v3.1.0 and run again. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello @LironEr, I went with the advice and ran the command directly in the CI with using the actions and it have added the comment successfully, Thank you so much. 🥇 |
Beta Was this translation helpful? Give feedback.
That's weird, I never encountered permissions denied error with bundlemon, I'm also running the action every 1 hour to verify the service is working and didn't have a problem with that.
You can try to use BundleMon directly without the action, like here
Add
CI_TARGET_BRANCH
andCI_PR_NUMBER
to env vars like you did before.Please add the full workflow with the triggers section, might find how to fix that in BundleMon without overriding the env vars.