-
Notifications
You must be signed in to change notification settings - Fork 194
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: python github actions template update #940
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
Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
Signed-off-by: 夹缝 <18657532086@163.com>
iyear
reviewed
Aug 8, 2022
Test: tiexin@mbp ~/work/devstream-io/devstream $ ./dtm apply -y
2022-08-09 11:50:48 ℹ [INFO] Apply started.
2022-08-09 11:50:48 ℹ [INFO] Got Backend from config: local
2022-08-09 11:50:48 ℹ [INFO] Using dir <.devstream> to store plugins.
2022-08-09 11:50:48 ℹ [INFO] Using local backend. State file: devstream.state.
2022-08-09 11:50:48 ℹ [INFO] Tool (repo-scaffolding/default) found in config but doesn't exist in the state, will be created.
2022-08-09 11:50:48 ℹ [INFO] Tool (githubactions-python/default) found in config but doesn't exist in the state, will be created.
2022-08-09 11:50:48 ℹ [INFO] Start executing the plan.
2022-08-09 11:50:48 ℹ [INFO] Changes count: 2.
2022-08-09 11:50:48 ℹ [INFO] -------------------- [ Processing progress: 1/2. ] --------------------
2022-08-09 11:50:48 ℹ [INFO] Processing: (repo-scaffolding/default) -> Create ...
2022-08-09 11:50:51 ℹ [INFO] The repo helloworld has been created.
2022-08-09 11:51:04 ✔ [SUCCESS] Tool (repo-scaffolding/default) Create done.
2022-08-09 11:51:04 ℹ [INFO] -------------------- [ Processing progress: 2/2. ] --------------------
2022-08-09 11:51:04 ℹ [INFO] Processing: (githubactions-python/default) -> Create ...
2022-08-09 11:51:05 ℹ [INFO] Creating GitHub Actions workflow lint.yml ...
2022-08-09 11:51:06 ✔ [SUCCESS] Github Actions workflow lint.yml created.
2022-08-09 11:51:06 ℹ [INFO] Creating GitHub Actions workflow test.yml ...
2022-08-09 11:51:07 ✔ [SUCCESS] Github Actions workflow test.yml created.
2022-08-09 11:51:07 ℹ [INFO] Creating GitHub Actions workflow docker.yml ...
2022-08-09 11:51:08 ✔ [SUCCESS] Github Actions workflow docker.yml created.
2022-08-09 11:51:08 ✔ [SUCCESS] Tool (githubactions-python/default) Create done.
2022-08-09 11:51:08 ℹ [INFO] -------------------- [ Processing done. ] --------------------
2022-08-09 11:51:08 ✔ [SUCCESS] All plugins applied successfully.
2022-08-09 11:51:08 ✔ [SUCCESS] Apply finished. |
Signed-off-by: Tiexin Guo <guotiexin@gmail.com>
iyear
approved these changes
Aug 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
daniel-hutao
approved these changes
Aug 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Tiexin Guo guotiexin@gmail.com
Pre-Checklist
Note: please complete ALL items in the following checklist.
Description
Related Issues
New Behavior (screenshots if needed)