Skip to content
Closed
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
7 changes: 0 additions & 7 deletions .github/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,6 @@ fi

cat <<EOF

### Docker Images

\`\`\`bash
docker pull ghcr.io/jwbron/egg-sandbox:$VERSION
docker pull ghcr.io/jwbron/egg-gateway:$VERSION
\`\`\`

### Versioned References

For stability, pin to the major version:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/on-push-doc-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,8 @@ jobs:
prompt-file: ${{ steps.prompt.outputs.prompt_file }}
model: ${{ steps.prompt.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
bot-branch-prefix: ${{ inputs.branch_prefix || vars.EGG_BRANCH_PREFIX }}
github-token: ${{ steps.bot-token.outputs.token }}
bot-username: ${{ vars.EGG_BOT_USERNAME }}
timeout: "30"
env:
EGG_BOT_NAME: doc-updater
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/on-review-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,8 @@ jobs:
prompt-file: ${{ steps.prompt.outputs.prompt-file }}
model: ${{ steps.prompt.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
github-token: ${{ steps.bot-token.outputs.token }}
bot-username: ${{ env.EGG_BOT_USERNAME }}
bot-branch-prefix: ${{ env.BRANCH_PREFIX }}
timeout: ${{ inputs.timeout || '30' }}
env:
EGG_BOT_NAME: feedback
Expand Down
134 changes: 0 additions & 134 deletions .github/workflows/release-images.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/reusable-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,8 @@ jobs:
prompt-file: ${{ steps.prompt.outputs.prompt-file }}
model: ${{ steps.prompt.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
github-token: ${{ steps.bot-token.outputs.token }}
bot-username: ${{ env.EGG_BOT_USERNAME }}
bot-branch-prefix: ${{ env.BRANCH_PREFIX }}
timeout: ${{ inputs.timeout }}

- name: Post result comment
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/reusable-check-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,8 @@ jobs:
prompt-file: ${{ steps.plan.outputs.prompt-file }}
model: ${{ steps.plan.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
github-token: ${{ steps.bot-token.outputs.token }}
bot-username: ${{ env.EGG_BOT_USERNAME }}
bot-branch-prefix: ${{ env.BRANCH_PREFIX }}
timeout: ${{ inputs.timeout }}

# Update state after LLM fixer (only increment jobs that were attempted by LLM)
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/reusable-conflict-resolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,8 @@ jobs:
prompt-file: ${{ steps.prompt.outputs.prompt-file }}
model: ${{ steps.prompt.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
github-token: ${{ steps.bot-token.outputs.token }}
bot-username: ${{ env.EGG_BOT_USERNAME }}
bot-branch-prefix: ${{ env.BRANCH_PREFIX }}
timeout: ${{ inputs.timeout }}

- name: Post result comment
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/reusable-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,14 +509,11 @@ jobs:
prompt-file: ${{ steps.prompt.outputs.prompt-file }}
model: ${{ steps.prompt.outputs.model }}
anthropic-oauth-token: ${{ secrets.ANTHROPIC_OAUTH_TOKEN }}
bot-app-id: ${{ secrets.BOT_APP_ID }}
bot-app-private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
bot-app-installation-id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
reviewer-app-id: ${{ secrets.REVIEWER_APP_ID }}
reviewer-app-private-key: ${{ secrets.REVIEWER_APP_PRIVATE_KEY }}
reviewer-app-installation-id: ${{ secrets.REVIEWER_APP_INSTALLATION_ID }}
# Post the review under the reviewer App when configured (enables
# approve/request-changes from a non-author account); otherwise the
# bot App. The agent runs as this single identity — no gateway.
github-token: ${{ steps.reviewer-token.outputs.token || steps.bot-token.outputs.token }}
bot-username: ${{ env.EGG_BOT_USERNAME }}
bot-branch-prefix: ${{ env.BRANCH_PREFIX }}
timeout: ${{ inputs.timeout }}
env:
EGG_BOT_NAME: ${{ inputs.bot_name }}
Expand Down
Loading
Loading