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
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
I've noted that there is an issue with empty commits, but I'm hesitant to update the action until anything is said. Being after deadline and all.
The issue occurs because there are changes on TimeEdit, but they are filtered out by the code/selected filter. The action, however, goes through with the commit because it doesn't check if there are any actual changes (i.e. diff between current and new state).
I've added a fix in the corresponding repository for the action. But not pushed or bumped the version number of the GH action.
But you can see how it does what it is supposed to in, for example, the following commits:
Have been hesitant to address bug, as I do not want to commit changes after submission date. But I Git does keep a history...
So refer to tag v1.0.0 and the corresponding commit 4993619.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noted that there is an issue with empty commits, but I'm hesitant to update the action until anything is said. Being after deadline and all.
The issue occurs because there are changes on TimeEdit, but they are filtered out by the code/selected filter. The action, however, goes through with the commit because it doesn't check if there are any actual changes (i.e. diff between current and new state).
I've added a fix in the corresponding repository for the action. But not pushed or bumped the version number of the GH action.
But you can see how it does what it is supposed to in, for example, the following commits:
The text was updated successfully, but these errors were encountered: