-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Show how to incorporate the library into workflows #92
Comments
@jonaslagoni Could you create PR with that? :) I will be very happy. |
Dont have the bandwidth for it atm, mind putting it under good first issue? |
We should go with our CLI solution -> asyncapi/diff#79 (comment) |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
I would love to contribute to this. It would be my first open source contribution so I would require some help and guidance. |
@SuyashPatil-29 how much are you experienced with coding, docker and GH actions? Do not worry about open source experience, we are here to help. so basically what has to be done is described in asyncapi/github-action-for-cli#281 you sure you want to pick this up as first contribution, or maybe some other issue, this one for sure is no longer a |
Yep, issue is not easy, you need to know how github workflows works and also you have to test it in your repo. |
@derberg I can work with React.js Node.js JavaScript and have Java, C and C++ experience too. And coming to GitHub, I am pretty new and I am finding my way around but I think I can handle issues and pr's and contribute using branches too If you could suggest me other good-first-issues related to my field, it would be pretty useful |
@SuyashPatil-29 how about https://github.com//asyncapi/cli/issues/302 ? Solving this one would help us a lot |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Closing as we now have it part of the CLI |
Reason/Context
It would be nice to show how to use the library in different workflows.
For example, how to incorporate it into a GH action workflow.
Example usage:
The text was updated successfully, but these errors were encountered: