@lead: issue #16 — fully-automatic autopilot (label-gated @pm auto-delegate + @qa merge)
This commit is contained in:
@@ -162,6 +162,7 @@ jobs:
|
||||
MODE: ${{ steps.prep.outputs.mode }}
|
||||
HAS_IMAGES: ${{ steps.imgs.outputs.has_images }}
|
||||
BRANCH: ${{ steps.prep.outputs.branch }}
|
||||
AUTOPILOT: ${{ steps.prep.outputs.autopilot }} # 'true' when the issue carries the `autopilot` label
|
||||
NUM: ${{ github.event.issue.number }}
|
||||
TITLE: ${{ github.event.issue.title }}
|
||||
IBODY: ${{ github.event.issue.body }}
|
||||
@@ -192,6 +193,9 @@ jobs:
|
||||
TITLE: ${{ github.event.issue.title }}
|
||||
BRANCH: ${{ steps.prep.outputs.branch }}
|
||||
NEW: ${{ steps.prep.outputs.new }}
|
||||
IS_PR: ${{ github.event.issue.pull_request }} # set when this run is on a PR thread
|
||||
AUTOPILOT: ${{ steps.prep.outputs.autopilot }} # 'true' when the origin issue carries `autopilot`
|
||||
ISSNUM: ${{ steps.prep.outputs.issnum }} # origin issue number (resolved from branch on PR threads)
|
||||
run: bash "$SCRIPTS/publish.sh"
|
||||
|
||||
# Failure-safe: if any step above failed AFTER a dev agent already pushed commits, the normal
|
||||
|
||||
Reference in New Issue
Block a user