Skip to content
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

Prevent setting coverage note on pull requests #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lazyguru
Copy link

Fixes #74

Another side-effect of running from a public fork that I found was that you cannot add comments to the PR. However, this is solvable by setting add-comment: false (alternatively, I suppose using a PAT would allow adding comments, but for our use-case we don't want to do that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trying to run "git push origin refs/notes/gocoverage" on pull requests from forks fails due to permissions
1 participant