You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added output
* removed formatting changes
* more formatting changes
* Fix merge conflicts
* Small test refactoring
* tests are passing
* Add a test
* Add a small jest mock for addLabels. Not used.
* Add tests for more cases
* get rid of an unused jest mock
* fix review points
* rebuild + minor README fix
* fix review points
* update tests
* fix formatting
* add tests, fix bug
* cleanup
---------
Co-authored-by: Daniel Shteremberg <[email protected]>
Co-authored-by: Daniel Shteremberg <[email protected]>
Co-authored-by: Patrick Ellis <[email protected]>
Co-authored-by: Andrey Lobanovich <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+44-6Lines changed: 44 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,12 @@ jobs:
109
109
110
110
Various inputs are defined in [`action.yml`](action.yml) to let you configure the labeler:
111
111
112
-
| Name | Description | Default |
113
-
| - | - | - |
114
-
| `repo-token` | Token to use to authorize label changes. Typically the `GITHUB_TOKEN` secret, with `contents:read` and `pull-requests:write` access | `github.token` |
115
-
| `configuration-path` | The path to the label configuration file | `.github/labeler.yml` |
116
-
| `sync-labels` | Whether or not to remove labels when matching files are reverted or no longer changed by the PR | `false` |
117
-
| `dot` | Whether or not to auto-include paths starting with dot (e.g. `.github`) | `false` |
0 commit comments