chore: consolidated API: return AppsmithAiPlugin's form config by def… #7
release-drafter.yml
on: push
update_release_draft
4s
Annotations
2 errors and 1 warning
update_release_draft
Data doesn't contain `nodes` field. Make sure the `paginatePath` is set to the field you wish to paginate and that the query includes the `nodes` field.
{
name: 'event',
id: '7679648488',
event: {
id: '7679648488',
name: 'push',
payload: {
after: '94ba4852b67c2799021bbc35a4f3cbf03f712f04',
base_ref: null,
before: '544c3705e8cf37e2500c17937981b3b803019c05',
commits: [
{
author: {
email: '[email protected]',
name: 'Preet Sidhu',
username: 'prsidhu'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'c396fc5499a8d853b078f28e83d3331b6d6decca',
message: 'feat: Add copy paste functionality for Anvil. (#30217)\n' +
'\n' +
'## Description\r\n' +
'\r\n' +
'1. Copy paste functionality for Anvil.\r\n' +
'2. Handle automatic creation of sections and zones based on different\r\n' +
'scenarios.\r\n' +
'3. Handle space distribution on paste.\r\n' +
'\r\n' +
'#### Type of change\r\n' +
'- New feature (non-breaking change which adds functionality)\r\n' +
'\r\n' +
'## Testing\r\n' +
'\r\n' +
'#### How Has This Been Tested?\r\n' +
'> Please describe the tests that you ran to verify your changes. Also\r\n' +
'list any relevant details for your test configuration.\r\n' +
'> Delete anything that is not relevant\r\n' +
'- [x] Manual\r\n' +
'- [ ] JUnit\r\n' +
'- [ ] Jest\r\n' +
'- [ ] Cypress\r\n' +
'\r\n' +
'## Checklist:\r\n' +
'#### Dev activity\r\n' +
'- [x] My code follows the style guidelines of this project\r\n' +
'- [x] I have performed a self-review of my own code\r\n' +
'- [x] I have commented my code, particularly in hard-to-understand areas\r\n' +
'- [ ] I have made corresponding changes to the documentation\r\n' +
'- [ ] My changes generate no new warnings\r\n' +
'- [ ] I have added tests that prove my fix is effective or that my\r\n' +
'feature works\r\n' +
'- [x] New and existing unit tests pass locally with my changes\r\n' +
'- [ ] PR is being merged under a feature flag\r\n' +
'\r\n' +
'\r\n' +
'#### QA activity:\r\n' +
'- [ ] [Speedbreak\r\n' +
'features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\n' +
'have been covered\r\n' +
'- [ ] Test plan covers all impacted features and [areas of\r\n' +
'interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n' +
'- [ ] Test plan has been peer reviewed by project stakeholders and other\r\n' +
'QA members\r\n' +
'- [ ] Manually tested functionality on DP\r\n' +
'- [ ] We had an implementation alignment call with stakeholders post QA\r\n' +
'Round 2\r\n' +
'- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n' +
'- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n' +
'- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n' +
'\r\n' +
'\r\n' +
'<!-- This is an auto-generated comment: release notes by coderabbit.ai\r\n' +
'-->\r\n' +
'## Summary by CodeRabbit\r\n' +
'\r\n' +
'- **New Features**\r\n' +
'- Introduced a new paste functionality for widgets within the Anvil\r\n' +
'layout system.\r\n' +
'\r\n' +
'- **Improvements**\r\n' +
' - Refined widget movement
|
update_release_draft
Error: Data doesn't contain `nodes` field. Make sure the `paginatePath` is set to the field you wish to paginate and that the query includes the `nodes` field.
at paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142879:11)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142688:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '7679648488',
name: 'push',
payload: {
after: '94ba4852b67c2799021bbc35a4f3cbf03f712f04',
base_ref: null,
before: '544c3705e8cf37e2500c17937981b3b803019c05',
commits: [
{
author: {
email: '[email protected]',
name: 'Preet Sidhu',
username: 'prsidhu'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'c396fc5499a8d853b078f28e83d3331b6d6decca',
message: 'feat: Add copy paste functionality for Anvil. (#30217)\n' +
'\n' +
'## Description\r\n' +
'\r\n' +
'1. Copy paste functionality for Anvil.\r\n' +
'2. Handle automatic creation of sections and zones based on different\r\n' +
'scenarios.\r\n' +
'3. Handle space distribution on paste.\r\n' +
'\r\n' +
'#### Type of change\r\n' +
'- New feature (non-breaking change which adds functionality)\r\n' +
'\r\n' +
'## Testing\r\n' +
'\r\n' +
'#### How Has This Been Tested?\r\n' +
'> Please describe the tests that you ran to verify your changes. Also\r\n' +
'list any relevant details for your test configuration.\r\n' +
'> Delete anything that is not relevant\r\n' +
'- [x] Manual\r\n' +
'- [ ] JUnit\r\n' +
'- [ ] Jest\r\n' +
'- [ ] Cypress\r\n' +
'\r\n' +
'## Checklist:\r\n' +
'#### Dev activity\r\n' +
'- [x] My code follows the style guidelines of this project\r\n' +
'- [x] I have performed a self-review of my own code\r\n' +
'- [x] I have commented my code, particularly in hard-to-understand areas\r\n' +
'- [ ] I have made corresponding changes to the documentation\r\n' +
'- [ ] My changes generate no new warnings\r\n' +
'- [ ] I have added tests that prove my fix is effective or that my\r\n' +
'feature works\r\n' +
'- [x] New and existing unit tests pass locally with my changes\r\n' +
'- [ ] PR is being merged under a feature flag\r\n' +
'\r\n' +
'\r\n' +
'#### QA activity:\r\n' +
'- [ ] [Speedbreak\r\n' +
'features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\n' +
'have been covered\r\n' +
'- [ ] Test plan covers all impacted features and [areas of\r\n' +
'interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n' +
'- [ ] Test plan has been peer reviewed by project stakeholders and other\r\n' +
'QA members\r\n' +
'- [ ] Manually tested functionality on DP\r\n' +
'- [ ] We had an implementation alignment call with stakeholders post QA\r\n' +
'Round 2\r\n' +
'- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n' +
'- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n' +
'- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n' +
'\r\n' +
'\r\n' +
'<!-- This is an auto-generated c
|
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|