KomodoPlatform / coins

coin parameters and all files needed for GUI support
17 stars 119 forks source link

Fix bot commenter syntax #1051

Closed CharlVS closed 2 months ago

CharlVS commented 2 months ago

The required syntax in this context differs from the syntax of the place where this was taken from.

Example (not applicable here): https://github.com/pypa/pipenv/issues/4328#issue-633926841

+        git config --local user.name 'github-actions[bot]'
+        git config --local user.email 'github-actions[bot]@users.noreply.github.com'

It should be in the format of: John <JohnDoe@users.noreply.github.com>

Failed GH run: https://github.com/KomodoPlatform/coins/actions/runs/9025141493/job/24800324104#step:5:47