-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #245 from brainstormforce/component-improvements
SRML-102 - Select and LineChart Component improvement and fixes
- Loading branch information
Showing
15 changed files
with
489 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
name: BSF Code Reviewer | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, edited] | ||
pull_request: | ||
types: [opened, synchronize, edited] | ||
|
||
permissions: write-all | ||
|
||
jobs: | ||
CHECK_SHORTCODE: | ||
if: contains(github.event.pull_request.body, '[BSF-PR-SUMMARY]') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
CHECK_SHORTCODE: | ||
if: contains(github.event.pull_request.body, '[BSF-PR-SUMMARY]') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: WRITE PR SUMMARY | ||
uses: brainstormforce/pull-request-reviewer@master | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
ACTION_CONTEXT: 'CHECK_SHORTCODE' | ||
EXCLUDE_EXTENSIONS: "md, yml, lock" | ||
INCLUDE_EXTENSIONS: "php, js, jsx, ts, tsx, css, scss, html, json" | ||
EXCLUDE_PATHS: "node_modules/" | ||
- name: WRITE PR SUMMARY | ||
uses: brainstormforce/pull-request-reviewer@master | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
ACTION_CONTEXT: 'CHECK_SHORTCODE' | ||
EXCLUDE_EXTENSIONS: 'md, yml, lock' | ||
INCLUDE_EXTENSIONS: 'php, js, jsx, ts, tsx, css, scss, html, json' | ||
EXCLUDE_PATHS: 'node_modules/' | ||
|
||
CODE_REVIEW: | ||
needs: CHECK_SHORTCODE | ||
if: always() | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
CODE_REVIEW: | ||
needs: CHECK_SHORTCODE | ||
if: always() | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: AI CODE REVIEW | ||
uses: brainstormforce/pull-request-reviewer@master | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
ACTION_CONTEXT: "CODE_REVIEW" | ||
EXCLUDE_EXTENSIONS: "md, yml, lock" | ||
INCLUDE_EXTENSIONS: "php, js, jsx, ts, tsx, css, scss, html, json" | ||
EXCLUDE_PATHS: "node_modules/" | ||
- name: AI CODE REVIEW | ||
uses: brainstormforce/pull-request-reviewer@master | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
ACTION_CONTEXT: 'CODE_REVIEW' | ||
EXCLUDE_EXTENSIONS: 'md, yml, lock' | ||
INCLUDE_EXTENSIONS: 'php, js, jsx, ts, tsx, css, scss, html, json' | ||
EXCLUDE_PATHS: 'node_modules/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.