csm-actions/Update Branch securely
Update Branch securely
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | GitHub App ID | yes | — |
| app_private_key | GitHub App Private Key | yes | — |
| server_repository_name | Server repository name | no | — |
| server_repository_owner | Server repository owner | no | ${{github.repository_owner}} |
| repository_owner | The repository owner of the updated pull request | no | ${{github.repository_owner}} |
| repository_name | The repository name of the updated pull request | no | ${{github.event.repository.name}} |
| pull_request_number | Pull request numbers of the updated pull requests. You can specify multiple pull request numbers separated by commas or newlines. | no | ${{github.event.issue.number}} |
| label_name | Label name to trigger the action. | no | ${{github.event.label.name}} |
| label_description | Label description to trigger the action. | no | ${{github.event.label.description}} |
| delete_label | Either true or false. If true, the label is deleted. | no | true |
| github_token_to_delete_label | GitHub token to delete the label. | no | ${{github.token}} |
Outputs
no outputs