-
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
feat: Add assignees and labels support for create issue task in GitHub component #686
Conversation
…CREATE_ISSUE - add fields to task input definition in tasks.json - add fields to input struct for TASK_CREATE_ISSUE and use values received to create task
…CREATE_ISSUE - update documentation by running compogen
21980a9
to
e568aa0
Compare
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.
Thanks for your contribution @MubeenKodvavi. The changes look good, I tested them with your sample recipe and it works like a charm ✨
Hi @MubeenKodvavi Thank you so much for your contribution 🙌🏻 |
🤖 I have created a release *beep* *boop* --- ## [0.41.0-beta](v0.40.0-beta...v0.41.0-beta) (2024-10-03) ### Features * add `range` support for iterator implementation ([#693](#693)) ([47fafdd](47fafdd)) * Add assignees and labels support for create issue task in GitHub component ([#686](#686)) ([c1c2517](c1c2517)) * **component:** add scopes to OAuth integrations ([#696](#696)) ([8fd9149](8fd9149)) * **component:** update contribution guidelines ([#685](#685)) ([6c42b71](6c42b71)) * support map representation for `range` in iterator ([#695](#695)) ([956b1d1](956b1d1)) ### Bug Fixes * **component:** update source URL in component definition ([#694](#694)) ([90ad5ce](90ad5ce)) * the fallback mechanism for handling Instill Format with subtypes ([#697](#697)) ([9844756](9844756)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Because
This commit
Labels
andAssignees
field in input for Create Issue Task.