-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Feature Request] Ability to turn off commenting on pull requests #76
Comments
Agreed, this would also fix #40 |
Normally, if you do not specify teh pullRequestNumber parameter it should skip the comment, however I think the issue is with this part:
This is the section in the action.js from line 54 to 70. This runs even if the pullRequestNumber is null, and that fails the run with Not Found error. Any reason the above part is not inside the if (pullRequestNumber) block at line 76 ? Cheers, |
any news on this? |
Is there a chance to have this fix please ? 🙏 @zymotik ? Because today a simple push to main didn't work and this plugin is great ! |
It would be nice to have a flag such as
post_on_pr: true/false
, which would toggle this option on/off.The report should be generated in either case and be accessible via the Actions tab, but not posted to the PR discussion thread if desired.
Reasons:
The text was updated successfully, but these errors were encountered: