Skip to content

.github/workflows/trigger-code-simplifier.yml #9

.github/workflows/trigger-code-simplifier.yml

.github/workflows/trigger-code-simplifier.yml #9

name: Code Simplifier
on:
schedule:
- cron: "0 13 * * 3"
workflow_dispatch:
permissions:
actions: read
contents: write
issues: write
pull-requests: write
jobs:
run:
uses: elastic/ai-github-actions/.github/workflows/gh-aw-code-simplifier.lock.yml@v0

Check failure on line 15 in .github/workflows/trigger-code-simplifier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-code-simplifier.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger-code-simplifier.yml" -> "elastic/ai-github-actions/.github/workflows/gh-aw-code-simplifier.lock.yml@v0" : failed to fetch workflow: workflow was not found.
with:
setup-commands: |
sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv
export GOTOOLCHAIN=auto
make mage
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}