gewis/Compatibility Table
A Github Action that keeps a compatibility table in a given markdown file up to date by changing a README.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | Path to the source repository to fetch the latest tag. Mutually exclusive with source-version. | — | — |
| source-version | New version number to be added to the compatibility table. Mutually exclusive with source-repo. | — | — |
| readme | Path to the markdown file that is to be updated. | yes | — |
| dependency-repo | Path to the dependency repository to fetch the latest tag. Mutually exclusive with dependency-version | — | — |
| dependency-version | Version number that the new source version is compatible with. Mutually exclusive with dependency-repo | — | — |
Outputs
no outputs