remal-github-actions/Template action
Template action description
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | GitHub access token | yes | ${{github.token}} |
| failOnNotAllowedCommits | Fail on not allowed commits | yes | true |
| versionIncrementMode | Which part of version should be incremented. Allowed values: 'major', 'minor', 'patch'. | yes | patch |
| versionTagPrefix | Prefix for new Git version tag | no | — |
| allowedVersionTagPrefixes | Allowed prefixes for Git version tags | no | — |
| expectedFilesToChange | One of these files should be changed to make a new release. Glob syntax is supported. | no | — |
| ignoreExpectedFilesToChange | Set to `true` to ignore `expectedFilesToChange`. | no | — |
| allowedCommitPrefixes | Allowed commit messages prefixes | no | — |
| skippedChangelogCommitPrefixes | Commit messages that won't be displayed in changelog | no | — |
| skippedChangelogPullRequestLabels | Pull Requests with these labels won't be displayed in changelog | no | — |
| dependencyUpdatesPullRequestLabels | Labels of Pull Requests that update dependencies (i.e. PRs from tools like Dependabot, Renovate, etc) | no | — |
| dependencyUpdatesAuthors | Authors of Pull Requests that update dependencies (i.e. PRs from tools like Dependabot, Renovate, etc) | no | dependabot[bot], renovate[bot] |
| releaseFrequencyForDependencyUpdates | Release frequency for dependency updates. Values supported by the `parse-duration` can be used. | no | — |
| miscPullRequestLabels | Labels of misc Pull Requests that update dependencies | no | — |
| releaseFrequencyForMiscPullRequests | Release frequency for misc PRs. Values supported by the `parse-duration` can be used. | no | — |
| checkActorsAllowedToFail | Actors of GitHub checks that are allowed to fail. The value of `dependencyUpdatesAuthors` is always added to this list. | no | — |
| actionPathsAllowedToFail | Paths of GitHub actions that are allowed to fail | no | — |
| waitForChecksMinutes | How long to wait (in minutes) for in-progress checks to complete before failing | no | 60 |
| addAutomaticReleaseInfo | Add information about automatic release to the changelog | no | — |
| dryRun | Set to 'true' to enable dry run | yes | false |
Outputs
no outputs