Skip to content

Commit 6a844dc

Browse files
authored
ci: add auto-merge workflow for OpenAPI updates
1 parent 19ac8db commit 6a844dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-merge-openapi-updates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Log merge status
27-
run: echo "✅ Auto-merge enabled for PR: ${{ github.event.pull_request.html_url }}"
27+
run: |
28+
echo "✅ Auto-merge enabled for PR: ${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)