MLMI2-CSSI / MLMI2-CSSI/foundry
Support PRs from forked respositories
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 88
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Tests in PRs from forked repositories do not work because they lack access to the secrets. We should fix this so others could contribute.
To Reproduce
See #276
Additional context
A few different options:
- Display a working that tests will not finish correctly (something more informative than an error about a client not building)
- Have some test run while others that actually require creds are marked as xfail
- Mock things that actually use credentials (a lot of work for dubious gain)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test entry point is named; begin with issue #276 and inspect how tests for forked PRs handle secrets and the client-build failure. Choose one of the listed approaches, then verify that forked PRs receive an informative outcome without exposing credentials and that tests behave as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, security, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100