KomodoPlatform / coins

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

Change GH action script author to bot #1050

Closed CharlVS closed 2 months ago

CharlVS commented 2 months ago

Currently we are showing the commit author of the GH Action for generating the util configs as the GitHub user that triggered the schedule. For unverified commits, it is possible to impersonate any user. Changing this to show as being committed by the GH Action bot solves this issue.

An example of a commit generated by this script: https://github.com/KomodoPlatform/coins/commit/104105bc54ead229da56839646fa95f8027571e9

An example (from a different project) of how this will look: image