Skip to content

Commit b7d93e5

Browse files
authored
llms.txt (#421)
1 parent d10748d commit b7d93e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/llmstxt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,16 @@ jobs:
4242

4343
# commit the changes and make a PR (branch protection)
4444
- name: Create Pull Request
45+
id: cpr
4546
uses: peter-evans/create-pull-request@v7
4647
with:
48+
token: ${{ secrets.DOCS_PUBLISHABLE_GH_TOKEN }}
4749
commit-message: Regenerate LLMs.txt and related files
4850
branch: auto-update-llms-txt
4951
delete-branch: true
5052
title: '🤖 Regenerate LLMs.txt'
5153

54+
- name: Enable Pull Request Automerge
55+
run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
56+
env:
57+
GH_TOKEN: ${{ secrets.DOCS_PUBLISHABLE_GH_TOKEN }}

0 commit comments

Comments
 (0)