naokioouchi/Cross Repo Sync
Sync files from this repository to multiple target repositories via pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with write access to target repositories (PAT recommended) | yes | — |
| config-path | Path to sync configuration file | no | sync-config.yml |
| dry-run | If true, only log what would be done without making changes | no | false |
| pr-title-prefix | Prefix for pull request titles | no | chore: sync files from |
| commit-message-prefix | Prefix for commit messages | no | chore: sync files from |
Outputs
| name | description |
|---|---|
| pr-urls | JSON array of created/updated PR URLs |
| repos-synced | Number of repositories that were synced |