daydreammods/copy-settings-action
A GitHub action that copies settings from one repository to another.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token to use. | — | ${{ github.token }} |
| source-repo | The repository to obtain the rulesets from; Ensure the provided secret is able to access this. | yes | — |
| dest-repo | The repository to copy the rulesets onto. Defaults to the current repository; Ensure the provided secret is able to access this. | no | "" |
| settings | A list of named settings to copy. | no | homepage default_branch delete_branch_on_merge allow_auto_merge allow_merge_commit allow_rebase_merge allow_squash_merge allow_update_branch merge_commit_title merge_commit_message squash_merge_commit_title squash_merge_commit_message web_commit_signoff_required |
Outputs
no outputs