-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: Add Flank GitHub action #1660
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
piotradamczyk5
commented
Mar 4, 2021
flank-scripts/src/main/kotlin/flank/scripts/cli/github/DownloadFlankCommand.kt
Outdated
Show resolved
Hide resolved
piotradamczyk5
commented
Mar 4, 2021
piotradamczyk5
commented
Mar 4, 2021
Title does not follow the guidelines of Conventional Commits.
|
piotradamczyk5
requested review from
Sloox,
pawelpasterz,
bootstraponline and
jan-goral
March 4, 2021 16:41
Timestamp: 2021-03-05 14:54:06 |
piotradamczyk5
changed the title
#1596 add flank GitHub action
feat: Add Flank GitHub action
Mar 4, 2021
Co-authored-by: piotradamczyk5 <[email protected]>
…dFlankCommand.kt Co-authored-by: piotradamczyk5 <[email protected]>
Co-authored-by: piotradamczyk5 <[email protected]>
piotradamczyk5
force-pushed
the
#1596-add-flank-github-action
branch
from
March 4, 2021 16:49
defe37f
to
0c512cb
Compare
pawelpasterz
reviewed
Mar 5, 2021
bootstraponline
force-pushed
the
#1596-add-flank-github-action
branch
2 times, most recently
from
March 5, 2021 13:29
0e573a2
to
317fdf1
Compare
Sloox
approved these changes
Mar 5, 2021
Co-authored-by: piotradamczyk5 <[email protected]>
…dFlankCommand.kt Co-authored-by: piotradamczyk5 <[email protected]>
Co-authored-by: piotradamczyk5 <[email protected]>
bootstraponline
force-pushed
the
#1596-add-flank-github-action
branch
from
March 5, 2021 13:42
317fdf1
to
d058d0f
Compare
pawelpasterz
approved these changes
Mar 5, 2021
…nto #1596-add-flank-github-action # Conflicts: # action.yml # flank-scripts/src/main/kotlin/flank/scripts/ops/github/DownloadFlank.kt
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1596
Test Plan
Flank scripts part
Run command
flankScripts github download_flank
-> to get latest versionflankScripts github download_flank <version>
-> to get specified versionGithub action part
You could run Flank GitHub action on testing repository
Checklist