morten-olsen/GitHub Config
Configure your GitHub repos using a configuration file inside the repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| config | JSON string containing the config | no | — |
| config-path | Location of the YAML configuration | no | .github/repo.yml |
| ref | Only run on specific ref | no | — |
| github-token | GitHub PAT for calling the API | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| before | JSON string with the configuration before applying |
| after | JSON string with the configuration after applying |