File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ With this workflow, the YAML configuration above on a [fresh repository](.res/sa
98
98
99
99
Following inputs can be used as `step.with` keys
100
100
101
- | Name | Type | Default | Description |
102
- |------------------|---------|------------------------|------------------------ ------------|
103
- | `github-token` | String | `${{ github.token }}` | [GitHub Token](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets` |
104
- | `yaml-file` | String | `.github/labels.yml` | Path to YAML file containing labels definitions |
105
- | `skip-delete` | Bool | `false` | If enabled, labels will not be deleted if not found in YAML file |
106
- | `dry-run` | Bool | `false` | If enabled, changes will not be applied |
107
- | `exclude` | List | | Newline delimited list of labels pattern(s)/matcher to exclude |
101
+ | Name | Type | Description |
102
+ |------------------|---------|------------------------------------|
103
+ | `github-token` | String | [GitHub Token](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) as provided by `secrets`. (default `${{ github.token }}`) |
104
+ | `yaml-file` | String | Path to YAML file containing labels definitions. (default `.github/labels.yml`) |
105
+ | `skip-delete` | Bool | If enabled, labels will not be deleted if not found in YAML file. (default `false`) |
106
+ | `dry-run` | Bool | If enabled, changes will not be applied. (default `false`) |
107
+ | `exclude` | List | Newline delimited list of labels pattern(s)/matcher to exclude |
108
108
109
109
# # Keep up-to-date with GitHub Dependabot
110
110
You can’t perform that action at this time.
0 commit comments