-
Notifications
You must be signed in to change notification settings - Fork 66
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
new global workflow for docs update #242
Comments
I'll try working on this @derberg |
Actually @kaushik-rishi I am already working on this if it's fine with you |
I'll work on this may be, i havent worked with actions for a while. i'll take help if i need. @Shurtu-gal |
Sure @kaushik-rishi |
Thank you. I'm sure i'll need help. 😄 |
I'm working on it. 🙂 |
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 ❤️ |
@kaushik-rishi do you plan to continue working on this one? |
more places where it will be used: |
@Shurtu-gal since @kaushik-rishi is unresponsive, do you want to work on this? |
Sure |
@derberg Is the topic autogenerate-docs fine or should I change it 🙄 |
@Shurtu-gal I'll leave comment in PR. Basically we should be consistent with topics names |
Changes: - deleted this workflow because as told by Lukasz because it will be centrally managed in .github repo by asyncapi/.github#242
Reason/Context
we have https://github.com/asyncapi/parser-js/blob/master/.github/workflows/update-docs-on-docs-commits.yml already in parser, generator and soon in cli
so it is right time to manage the workflow for this repo and then push to the ones that opt-in
Description
if: startsWith(github.event.commits[0].message, 'docs:')
can be moved to job level, not step level imhpupdate-docs-on-docs-commits
. Would be great if you have a better name 😄The text was updated successfully, but these errors were encountered: