Skip to content

Text Auditor

Text Auditor #65

name: Text Auditor
on:
schedule:
- cron: "0 10 * * 1-5"
workflow_dispatch:
permissions:
contents: read
issues: write
pull-requests: read
jobs:
run:

Check failure on line 13 in .github/workflows/trigger-text-auditor.yml

View workflow run for this annotation

GitHub Actions / Text Auditor

Invalid workflow file

The workflow is not valid. .github/workflows/trigger-text-auditor.yml (Line: 13, Col: 3): Error calling workflow 'elastic/ai-github-actions/.github/workflows/gh-aw-text-auditor.lock.yml@v0'. The nested job 'activation' is requesting 'actions: read', but is only allowed 'actions: none'. .github/workflows/trigger-text-auditor.yml (Line: 13, Col: 3): Error calling workflow 'elastic/ai-github-actions/.github/workflows/gh-aw-text-auditor.lock.yml@v0'. The nested job 'agent' is requesting 'copilot-requests: write', but is only allowed 'copilot-requests: none'.
uses: elastic/ai-github-actions/.github/workflows/gh-aw-text-auditor.lock.yml@v0
with:
title-prefix: "[text-auditor]"
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}