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

fix(ci): netsim does not interact with PR comments on forks #2777

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

Arqu
Copy link
Collaborator

@Arqu Arqu commented Oct 2, 2024

Description

Seems like permissions are still messy and the netsim job fails on forks whenever it interacts with a PR from a fork, even though it's on our own repo and we allow it to run.

This simply drops any type of commenting on the PR from a fork.

Need to add back the required check for this job once it's merged.

Breaking Changes

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@Arqu Arqu added the ci continous integration label Oct 2, 2024
@Arqu Arqu self-assigned this Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/2777/docs/iroh/

Last updated: 2024-10-04T10:37:07Z

Copy link

github-actions bot commented Oct 2, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: e1bc3f7

Copy link
Contributor

@divagant-martian divagant-martian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Giving a stamp, can't really review

@divagant-martian divagant-martian added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit 9902b2d Oct 15, 2024
27 checks passed
@divagant-martian divagant-martian deleted the arqu/fix_netsim_on_fork branch October 15, 2024 21:15
matheus23 pushed a commit that referenced this pull request Nov 14, 2024
## Description

Seems like permissions are still messy and the netsim job fails on forks
whenever it interacts with a PR from a fork, even though it's on our own
repo and we allow it to run.

This simply drops any type of commenting on the PR from a fork.

Need to add back the required check for this job once it's merged.

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci continous integration
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants