.github/workflows/trigger-test-improvement.yml #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| 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 }} | ||