Skip to content

Commit 8f050cf

Browse files
committed
Removing dependency by replacing body-path by body
1 parent 17754a0 commit 8f050cf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
commit-message: "🤖 Auto-sync docs, metadata, and filepaths"
2727
title: "🤖 Configlet sync: docs, metadata, and filepaths"
28-
body-path: .github/auto-sync/PR_BODY.md
28+
body: |
29+
This PR was generated automatically by a scheduled workflow.
30+
31+
It includes updates from `configlet sync` for:
32+
- 📄 Documentation
33+
- 🧭 Metadata
34+
- 🗂️ Filepaths
35+
36+
Please review and merge if everything looks good!
2937
branch: configlet-auto-sync
3038
delete-branch: true
3139

0 commit comments

Comments
 (0)