actions-marketplace-validations/GitHub Forker
GitHub action for automating fork creation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token with forking permissions | yes | — |
| owner | Owner of GitHub repository being forked | yes | — |
| repo | GitHub repository being forked | yes | — |
| org | GitHub organization to fork the repository into | no | — |
| user | GitHub user requesting the fork | no | — |
| checkUser | Enforce organization membership for GitHub user | no | false |
| promoteUser | Promote GitHub user to admin of the forked repo | no | false |
| licenseAllowlist | List of allowed licenses for repository being forked | no | undefined |
| targetInstanceUrl | GitHub target instance that will have the fork | no | — |
Outputs
| name | description |
|---|---|
| forkUrl | The URL of the forked repository |