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
- name: Revert custom generated files modifications before comparing them
46
+
id: revert-custom-generated-modifications
47
+
run: |
48
+
# NOTE to developers checking what triggered this alert.
49
+
# This script is meant to alert you if some files have to be regenerated using `go generate`.
50
+
# If this happens, you have to run `go generate ./...` and then check the below commits that are being reverted and reapply them, after considering if they are needed.
0 commit comments