diff --git a/.github/gemini-review.yml b/.github/workflows/gemini-review.yml similarity index 99% rename from .github/gemini-review.yml rename to .github/workflows/gemini-review.yml index 9eefefc..e59ca67 100644 --- a/.github/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -40,7 +40,7 @@ jobs: permission-contents: 'read' permission-issues: 'write' permission-pull-requests: 'write' - + - name: 'Acknowledge request' env: GITHUB_TOKEN: '${{ steps.mint_identity_token.outputs.token || secrets.GITHUB_TOKEN || github.token }}' @@ -52,7 +52,6 @@ jobs: gh issue comment "${ISSUE_NUMBER}" \ --body "${MESSAGE}" \ --repo "${REPOSITORY}" - - name: 'Checkout repository' uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5 @@ -186,3 +185,4 @@ jobs: } } prompt: '/security:analyze-github-pr' + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba3fceb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# gemini-cli settings +.gemini/ + +# GitHub App credentials +gha-creds-*.json