Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/devin-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devin-test-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}
Expand Down