-
Notifications
You must be signed in to change notification settings - Fork 8
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
Copy over inline descriptions for labels to new repos #84
Comments
I haven't tested it out because I haven't had the time to setup the repo locally, but I suspect this could be addressed by adding the description field to line 33 of lib/copy.js
I verified that the field in the API is called description: |
@iteles Hi! Do you have any updates on this? This tool is pretty useful to me and my students, and I'd like to be able to copy over descriptions with it. |
@ArsalaBangash thank you for showing and interest in this feature for the label sync tool As with all Open Source, contributions are always welcome, hence the @iteles I have made the required code change in PR #93 I added descriptions to all the labels in this repo: https://github.com/dwyl/labels/labels (please change as needed) And then used the working App on my https://github.com/nelsonic/learn-music/labels I don't have access to the Heroku App, see: #77 so I cannot test the update on Heroku. |
New version of app that copies We can update the labels on a random throwaway project, e.g: https://github.com/nelsonic/rumbl/labels @ArsalaBangash hope you and your team enjoy using the new version. 🙌 |
Hi @nelsonic I thought of following up on this, and was very pleased to see that you guys merged this in! |
Following on from #82, as an org admin,
I would like label-sync to not only copy over labels to my new repo, but also the inline descriptions,
So that there is no need to refer to the readme in the dwyl/labels repo to better understand them.
The text was updated successfully, but these errors were encountered: