Changes between Initial Version and Version 1 of Ticket #4098, comment 17
- Timestamp:
- 2024-11-12T16:26:02Z (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4098, comment 17
initial v1 13 13 Our findings in short: 14 14 15 * CircleCI does not checkout the same way the code from a fork repo and a local branch!15 * CircleCI does not checkout the code the same way for a in-repo PR and a PR from a fork, which explains why most of the CircleCI checks pass at least the checkout step in a PR while all of them fails to checkout once the PR is merged in the master branch. 16 16 * If the org. on CircleCI has been created using GitHub OAuth, one need to be GitHub/Tahoe-LAFS admin/owner to be a CircleCI/Tahoe-LAFS admin for the project/org. 17 17 * There is an alternative way to create an org. on CircleCI using mostly email and password, but it involved a lot of manual steps and does not cover (easily) all the usual workflows (e.g.: PR from fork)