c2corg/browserslist-update-action
Runs `update-browserslist-db@latest` on a repository and proposes a pull request to merge updates.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub secret | yes | — |
| branch | The pull request branch name | no | browserslist-update |
| base_branch | The target branch into which the pull request will be merged | — | — |
| directory | For monorepos, directory to switch to | no | . |
| commit_message | The message to use when committing changes | no | Update caniuse database |
| title | The title of the pull request | no | 📈 Update caniuse database |
| body | The body of the pull request | no | Caniuse database has been updated. Review changes, merge this PR and have a 🍺. |
| labels | Labels to associate to the pull request | no | — |
| reviewers | Users to associate to the pull request reviewers list | no | — |
| teams | Teams to associate to the pull request reviewers list | no | — |
Outputs
| name | description |
|---|---|
| has_pr | A boolean set to true when changes were found and a pull request was created or updated. |
| pr_number | The pull request number, if applies. |
| pr_status | Whether the pull request was created or updated, if applies. |