Skip to content

.github/workflows/trigger-test-improvement.yml #10

.github/workflows/trigger-test-improvement.yml

.github/workflows/trigger-test-improvement.yml #10

name: Test Improvement
on:
schedule:
- cron: "0 9 * * 1"
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
jobs:
run:
uses: elastic/ai-github-actions/.github/workflows/gh-aw-test-improver.lock.yml@main

Check failure on line 14 in .github/workflows/trigger-test-improvement.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-test-improvement.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger-test-improvement.yml" -> "elastic/ai-github-actions/.github/workflows/gh-aw-test-improver.lock.yml@main" : failed to fetch workflow: workflow was not found.
with:
setup-commands: make setup
messages-footer: |
---
[From workflow: ${{ github.workflow }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}