actions-marketplace-validations/Format GDScript Code
Creates a pull request with automated code formatting for GDscript.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| path | Relative path under $GITHUB_WORKSPACE to the repository. Defaults to $GITHUB_WORKSPACE. | — | — |
| commit-message | The message to use when committing changes. | — | Auto format GDScript code. |
| committer | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. | — | GitHub <noreply@github.com> |
| author | The author name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. | — | GitHub <noreply@github.com> |
| branch | The pull request branch name. | — | gdformatter_ |
| branch-suffix | The branch suffix type when using the alternative branching strategy. | — | short-commit-hash |
| delete-branch | Delete the `branch` when closing pull requests, and when undeleted after merging. | — | true |
| labels | A comma or newline separated list of labels. | — | — |
| assignees | A comma or newline separated list of assignees (GitHub usernames). | — | — |
| reviewers | A comma or newline separated list of reviewers (GitHub usernames) to request a review from. | — | — |
| team-reviewers | A comma or newline separated list of GitHub teams to request a review from. Note that a `repo` scoped Personal Access Token (PAT) may be required. | — | — |
| draft | Create a draft pull request | — | false |
Outputs
no outputs