Feature: Create a Microsoft Copilot plugin from an API in API Center #422
Annotations
1 error and 14 warnings
semver-title
No release type found in pull request title "Create a Microsoft Copilot plugin from an API in API Center". Add a prefix to indicate what kind of release this pull request corresponds to (see https://www.conventionalcommits.org/).
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
|
semver-title
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
semver-title
The following actions uses Node.js version which is deprecated and will be forced to run on node20: amannn/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/test/e2e/baseTest.ts#L91
Expected '!==' and instead saw '!='
|
lint:
src/test/e2e/baseTest.ts#L94
Missing semicolon
|
lint:
src/test/e2e/baseTest.ts#L104
Missing semicolon
|
lint:
src/test/e2e/baseTest.ts#L128
Missing semicolon
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unit-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unit-test:
src/test/e2e/baseTest.ts#L91
Expected '!==' and instead saw '!='
|
unit-test:
src/test/e2e/baseTest.ts#L94
Missing semicolon
|
unit-test:
src/test/e2e/baseTest.ts#L104
Missing semicolon
|
unit-test:
src/test/e2e/baseTest.ts#L128
Missing semicolon
|