Conversation
| 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
force-pushed
the
agent-pipeline-rollout
branch
from
September 15, 2026 21:56
71493a0 to
0d36d9a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pilot rollout of bootc-dev/gh-agentic-workflows@v0.2.2. Auto-merge is disabled for the pilot.
Before enabling the pipeline:
bootc-dev/gh-agentic-workflows@v0.2.2unless intentionally upgrading.GH_AW_APP_CLIENT_ID,GH_AW_APP_PRIVATE_KEY, andGH_AW_APP_BOT_SLUG.false &&inmerge.yml.