-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "GuillaumeFalourd/useful-actions"
- Loading branch information
1 parent
8f2d621
commit 1801a90
Showing
4 changed files
with
29 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Gitleaks | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
gpt-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Chat GPT Code Peer Review | ||
uses: edelauna/[email protected] | ||
with: | ||
# OpenAI API key used for sending patch diffs for review. | ||
# Required | ||
openai_api_key: ${{ secrets.OPENAI_API_KEY }} | ||
|
||
# The target branch for the git diff to run against. | ||
# Default: ${{ github.base_ref }} | ||
target_branch: '' | ||
|
||
# List of comma seperated values for files to ignore as part of the review process. | ||
ignore_files: '' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Tue Jan 2 17:02:08 UTC 2024 | ||
Thu Jan 4 11:15:04 UTC 2024 |
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 +1 @@ | ||
Wed Jan 3 06:22:42 UTC 2024 | ||
Thu Jan 4 06:23:09 UTC 2024 |