tiddlywiki/Validate PR Action
A custom action to validate PR paths for master and tiddlywiki-com branches.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The repository name in the format "owner/repo". | yes | — |
| pr_number | The pull request number. | yes | — |
| base_ref | The base branch of the pull request. | yes | — |
| github_token | GitHub token for API requests. | yes | — |
| mode | Mode in which the action will run | no | — |
| pr_size | Size of empty.html from PR branch | no | — |
| base_size | Size of empty.html from base branch | no | — |
Outputs
| name | description |
|---|---|
| pr_size | Size of empty.html from PR branch |
| base_size | Size of empty.html from base branch |