diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 636e8b6..4f83ed4 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -59,6 +59,8 @@ This directory contains automated workflows that integrate with Devin API for va ## Setup Instructions +**✅ Repository Status**: The DEVIN-GITHUB-ACTIONS repository is now PUBLIC, which allows these workflows to access the Devin API action. + ### 1. Get a Devin API Key 1. Visit [Devin Settings](https://app.devin.ai/settings) diff --git a/.github/workflows/devin-code-review.yml b/.github/workflows/devin-code-review.yml index 739acc7..9048011 100644 --- a/.github/workflows/devin-code-review.yml +++ b/.github/workflows/devin-code-review.yml @@ -32,7 +32,7 @@ jobs: echo "pr-url=${{ github.event.pull_request.html_url }}" >> $GITHUB_OUTPUT - name: Create Devin Session for Code Review - uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@devin/1762304734-devin-action-implementation + uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@main id: create-session with: action: 'create-session' @@ -58,7 +58,7 @@ jobs: tags: 'code-review,banking-microservices,automated' - name: Send Microservices Context - uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@devin/1762304734-devin-action-implementation + uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@main with: action: 'send-message' api-key: ${{ secrets.DEVIN_API_KEY }} @@ -80,7 +80,7 @@ jobs: - Service discovery and inter-service communication patterns - name: Add Session Tags - uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@devin/1762304734-devin-action-implementation + uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@main with: action: 'update-tags' api-key: ${{ secrets.DEVIN_API_KEY }} diff --git a/.github/workflows/devin-test-fix.yml b/.github/workflows/devin-test-fix.yml index 2cf64d9..8f07624 100644 --- a/.github/workflows/devin-test-fix.yml +++ b/.github/workflows/devin-test-fix.yml @@ -45,7 +45,7 @@ jobs: fi - name: Create Devin Session to Fix Tests - uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@devin/1762304734-devin-action-implementation + uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@main id: fix-tests with: action: 'create-session' @@ -71,7 +71,7 @@ jobs: max-acu-limit: 2000 - name: Send Test Context - uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@devin/1762304734-devin-action-implementation + uses: samfert-codeium/DEVIN-GITHUB-ACTIONS/devin-action@main with: action: 'send-message' api-key: ${{ secrets.DEVIN_API_KEY }}