Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite: TypeScript-only #57

Merged
merged 78 commits into from
Sep 25, 2020
Merged

Rewrite: TypeScript-only #57

merged 78 commits into from
Sep 25, 2020

Conversation

EndBug
Copy link
Owner

@EndBug EndBug commented Aug 24, 2020

  • ref is now called branch
  • force has been removed: add the --force argument to add and remove instead
  • tag is now the arguments used for a git tag command
  • Errors from git commands should cause the action to fail (fixes Failure to push isn't considered an error. #53)
  • git add and git rm don't cause the action to fail if they don't match any file, they only show a warning
  • When a tag push is rejected, the action automatically tries to delete and re-create the tag on the remote: if it fails again, it will cause the step to fail
  • signoff now only accepts true and false as values
  • Action logs are correctly displayed on Windows too (fixes Action won't display logs in Windows instances #45)

EndBug added 30 commits August 21, 2020 14:29

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi
- force has been deleted, pass the '-f' parameter to add and remove
- ref is now called branch

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi
…to ts-only

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
EndBug added 20 commits August 24, 2020 19:29

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi
…to ts-only

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi
…to ts-only

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi

Verified

This commit was signed with the committer’s verified signature.
EndBug Federico Grandi
@EndBug EndBug added the type: feature New feature or feature request label Aug 24, 2020
@EndBug EndBug added this to the Typescript-only rewrite milestone Aug 24, 2020
@EndBug EndBug self-assigned this Aug 24, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@github-actions
Copy link

This PR is being marked as "stale" because it has been open 20 days with no activity. Remove the "stale" label or comment, otherwise this will be closed in 5 days.

@github-actions github-actions bot added the status: stale Inactive issues and PRs label Sep 25, 2020
@EndBug EndBug merged commit 8693022 into master Sep 25, 2020
@EndBug EndBug removed the status: stale Inactive issues and PRs label Sep 25, 2020
@EndBug EndBug deleted the ts-only branch September 25, 2020 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure to push isn't considered an error. Action won't display logs in Windows instances
1 participant