Skip to content

Commit

Permalink
Update file(s) "/." from "GuillaumeFalourd/useful-actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Jan 4, 2024
1 parent 8f2d621 commit 1801a90
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
23 changes: 23 additions & 0 deletions backup/.github/workflows/gpt-review.yml
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: ''
4 changes: 4 additions & 0 deletions backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ This repository lists some useful generic Actions to use in your Github workflow

[Gitleaks](https://github.com/marketplace/actions/gitleaks): Github Action to detect hardcoded secrets like passwords, api keys, and tokens in git repos.

[![GPT Review](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gpt-review.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/gpt-review.yml)

[GPT Review](https://github.com/marketplace/actions/chat-gpt-code-peer-review): Github Action enabling automatic code reviewing in your repository by sending the git diff patches between a head ref and a base ref to OpenAI's API for annotation using Chat GPT (needs [OpenAi API Key](https://www.maisieai.com/help/how-to-get-an-openai-api-key-for-chatgpt)).

[![Horusec](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/horusec.yml)

[Horusec](https://github.com/marketplace/actions/horusec): Github Action to identify vulnerabilities in your project.
Expand Down
2 changes: 1 addition & 1 deletion backup/commit-and-push-workflow.txt
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
2 changes: 1 addition & 1 deletion backup/pull-request-workflow.txt
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

0 comments on commit 1801a90

Please sign in to comment.