[PR #156] Github CI support #292

Closed
opened 2026-03-02 04:13:13 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/git-ai-project/git-ai/pull/156

State: closed
Merged: Yes


  • Skip squash when detected merge commit
  • Add cmd to add/update gh workflow yaml
  • 'custom' ci command to pass args manually
  • Document
name: Git AI

on:
  pull_request:
    types: [closed]

jobs:
  git-ai:
    runs-on: ubuntu-latest
    permissions:
      contents: write

    steps:
      - name: Install git-ai
        run: |
          curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash
          echo "$HOME/.git-ai/bin" >> $GITHUB_PATH
      - name: Run git-ai
        id: run-git-ai
        run: |
          git config --global user.name "github-actions[bot]"
          git config --global user.email "github-actions[bot]@users.noreply.github.com"
          git-ai ci github
**Original Pull Request:** https://github.com/git-ai-project/git-ai/pull/156 **State:** closed **Merged:** Yes --- - [x] Skip squash when detected merge commit - [x] Add cmd to add/update gh workflow yaml - [x] 'custom' ci command to pass args manually - [x] Document ```yaml name: Git AI on: pull_request: types: [closed] jobs: git-ai: runs-on: ubuntu-latest permissions: contents: write steps: - name: Install git-ai run: | curl -fsSL https://raw.githubusercontent.com/acunniffe/git-ai/main/install.sh | bash echo "$HOME/.git-ai/bin" >> $GITHUB_PATH - name: Run git-ai id: run-git-ai run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git-ai ci github ```
kerem 2026-03-02 04:13:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#292
No description provided.