Skip to content

agent pipeline: pilot rollout - #170

Draft
cgwalters wants to merge 1 commit into
mainfrom
agent-pipeline-rollout
Draft

cgwalters wants to merge 1 commit into
mainfrom
agent-pipeline-rollout

Conversation

@cgwalters

Copy link
Copy Markdown

Pilot rollout of bootc-dev/gh-agentic-workflows@v0.2.2. Auto-merge is disabled for the pilot.

Before enabling the pipeline:

  • Keep the release pin at bootc-dev/gh-agentic-workflows@v0.2.2 unless intentionally upgrading.
  • Install the GitHub App and configure GH_AW_APP_CLIENT_ID, GH_AW_APP_PRIVATE_KEY, and GH_AW_APP_BOT_SLUG.
  • Run the Install Labels workflow.
  • File and label a low-stakes E2E issue to validate the draft/review/fix loop.
  • Enable auto-merge only after the pilot has been reviewed; remove the guarded false && in merge.yml.
  • If this repository uses a merge queue, enable its Allow auto-merge repository setting.

private-key: ${{ secrets.GH_AW_APP_PRIVATE_KEY }}

- name: Checkout repository
uses: actions/checkout@v7
steps:
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@v3
steps:
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@v3
set -euo pipefail
pr="${{ github.event.pull_request.number }}"
repo="${{ github.repository }}"
base="${{ github.event.pull_request.base.ref }}"
# deadlocking on ourselves) and refuse to merge if any has failed.
pr="${{ github.event.pull_request.number }}"
repo="${{ github.repository }}"
self_workflow="${{ github.workflow }}"
steps:
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@v3
steps:
- name: Generate App token
id: app-token
uses: actions/create-github-app-token@v3
runs-on: ubuntu-latest
steps:
- name: Install labels
uses: actions/github-script@v9
Comment on lines +39 to +42
- name: Checkout repository
uses: actions/checkout@v7
with:
token: ${{ steps.app-token.outputs.token }}
Keep package-managed support files and pilot customizations together so review covers the complete installation.

Assisted-by: AI
Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters
cgwalters force-pushed the agent-pipeline-rollout branch from 71493a0 to 0d36d9a Compare September 15, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants