Skip to content
Merged
Changes from all commits
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
7 changes: 2 additions & 5 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
uses: actions/checkout@v4
- name: Sync docs
run: make sync-docs
- name: Save date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
title: "chore: API documentation sync"
body: |
Expand All @@ -29,7 +26,7 @@ jobs:
- Deployment operator
- Liquid filters
commit-message: sync docs
branch: docs-${{steps.date.outputs.date}}
branch: auto-sync
labels: documentation
base: main
# - name: Auto-approve
Expand Down
Loading