Skip to content

feat: add copilot CLI steering hooks for time and run budgets #956

feat: add copilot CLI steering hooks for time and run budgets

feat: add copilot CLI steering hooks for time and run budgets #956

Workflow file for this run

name: Smoke Trigger
on:
workflow_dispatch:
pull_request:
types: [labeled]
jobs:
call-smoke-workflow-call:

Check failure on line 9 in .github/workflows/smoke-trigger.yml

View workflow run for this annotation

GitHub Actions / Smoke Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/smoke-trigger.yml (Line: 9, Col: 3): Error calling workflow 'github/gh-aw/.github/workflows/smoke-workflow-call.lock.yml@fb189b7af57febe2cee8dfdebaaca68b2eb6c53e'. The nested job 'activation' is requesting 'actions: read', but is only allowed 'actions: none'.
if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'smoke-workflow-call'
uses: ./.github/workflows/smoke-workflow-call.lock.yml
secrets: inherit
permissions:
contents: read
discussions: write
issues: write
pull-requests: write