Skip to content

Commit 47c1d8f

Browse files
committed
ci: harden agentic workflows and enforce zizmor alerts
1 parent 1042f19 commit 47c1d8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sync-upstream-issues.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ jobs:
7676
7777
# Prepare issue body with upstream reference
7878
ISSUE_BODY="**Upstream Issue:** $UPSTREAM_REPO#$UPSTREAM_NUM
79-
**Created:** $CREATED_AT
80-
**Original Labels:** $LABELS
79+
**Created:** $CREATED_AT
80+
**Original Labels:** $LABELS
8181
82-
---
82+
---
8383
84-
$BODY
84+
$BODY
8585
86-
---
86+
---
8787
88-
*This issue was automatically synced from the upstream repository.*"
88+
*This issue was automatically synced from the upstream repository.*"
8989
9090
if [ "$DRY_RUN" = "true" ]; then
9191
echo "[DRY-RUN] Would create issue for upstream #$UPSTREAM_NUM with labels: upstream,needs-triage,$TRACKING_LABEL"

0 commit comments

Comments
 (0)