Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/dogfood.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd "$REPO_ROOT"
EXCLUDED_WORKFLOWS=(
"flaky-test-triage"
"issue-triage-pr"
"pr-review-fork"
)

echo "Syncing workflow files..."
Expand All @@ -36,7 +37,7 @@ for f in gh-agent-workflows/*/example.yml; do
done
if [[ "$skip" == "true" ]]; then
rm -f ".github/workflows/trigger-$dir.yml"
echo " ✗ gh-agent-workflows/$dir/example.yml (excluded)"
echo " ✗ gh-agent-workflows/$dir/example.yml (excluded — manual sync required)"
continue
fi
sed 's|uses: elastic/ai-github-actions/\(.*\)@v0|uses: ./\1|; s|^name: |name: Trigger |' "$f" \
Expand Down
Loading