Skip to content

Tags: studentAutomations/automatic-changes

Tags

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fail if attempting to execute git commands in a directory that is not…

… a git-repo. (stefanzweifel#326)

* Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.

* Add Test

* Code Formatting

---------

Co-authored-by: Constantin Comendant <[email protected]>
Co-authored-by: Stefan Zweifel <[email protected]>

v5

Toggle v5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fail if attempting to execute git commands in a directory that is not…

… a git-repo. (stefanzweifel#326)

* Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.

* Add Test

* Code Formatting

---------

Co-authored-by: Constantin Comendant <[email protected]>
Co-authored-by: Stefan Zweifel <[email protected]>

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fail if attempting to execute git commands in a directory that is not…

… a git-repo. (stefanzweifel#326)

* Fail (and log message) if attempting to execute git commands in a directory that is not a git-repo.

* Add Test

* Code Formatting

---------

Co-authored-by: Constantin Comendant <[email protected]>
Co-authored-by: Stefan Zweifel <[email protected]>

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update node version to node20 (stefanzweifel#300)

Co-authored-by: ryudai.takai

v4.16.0

Toggle v4.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "nothing to commit" error with LF/CRLF changes stefanzweifel#241 (s…

…tefanzweifel#265)

* fix crlf test

* add diff check before commit

* add dirty check flag (not sure if needed)

* Update test name and add more assertions

Update test name to make it clear that the Action no longer fails to detect CRLF changes.

* Add Comment to explain why we use git-diff again

* Add test to confirm content changes are commited

* Closes stefanzweifel#241 

Co-authored-by: Stefan Zweifel <[email protected]>

v4

Toggle v4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix "nothing to commit" error with LF/CRLF changes stefanzweifel#241 (s…

…tefanzweifel#265)

* fix crlf test

* add diff check before commit

* add dirty check flag (not sure if needed)

* Update test name and add more assertions

Update test name to make it clear that the Action no longer fails to detect CRLF changes.

* Add Comment to explain why we use git-diff again

* Add test to confirm content changes are commited

* Closes stefanzweifel#241 

Co-authored-by: Stefan Zweifel <[email protected]>

v4.15.4

Toggle v4.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Let Action fail if git binary can't be located (stefanzweifel#261)

* Check if git binary exists

* Add Tests

v4.15.3

Toggle v4.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use deprecated set-output syntax if GITHUB_OUTPUT environment is not …

…available (stefanzweifel#255)

* Fallback to set-output if GITHUB_OUTPUT not available

* Add Tests to cover old syntax

v4.15.2

Toggle v4.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace set-output usage with GITHUB_OUTPUT (stefanzweifel#252)

* GitHub has deprecated set-output and now needs to add the content to the GITHUB_OUTPUT file

* Update tests too

* Fix tests and shell-format changes

* Revert yarn.lock changes

v4.15.1

Toggle v4.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run Action on Node16 (stefanzweifel#247)

closes stefanzweifel#246