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
Implements a warning if you're using an unsupported operating system. This will occur if the workflow runs within MacOS or Windows. The workflow will not be cancelled.
Fixes an issue that was causing single-commit to fail when using repository-name if the branch name was equal from the origin to destination. (Fails to push when single-commit: true #665)
Enabled Dependabot updates for the GitHub Actions that are used as part of the projects integration tests.
Made improvements to the issue template.
Modified the dev container so it now properly runs on Node 14 when used within GitHub Codespaces.
Modified the default exclude list to use an enum value to ensure accuracy.
Dependency upgrades.
This discussion was created from the release 4.2.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Happy New Year 2022!
Minor Changes
git mv
command prior to the workflow running. (When updating files with different file name capitalization, the old file name capitalization is kept #895)single-commit
to fail when usingrepository-name
if the branch name was equal from the origin to destination. (Fails to push whensingle-commit: true
#665)This discussion was created from the release 4.2.0.
Beta Was this translation helpful? Give feedback.
All reactions