We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2123cfc commit d2cd4bbCopy full SHA for d2cd4bb
.github/workflows/llmstxt.yml
@@ -50,8 +50,9 @@ jobs:
50
branch: auto-update-llms-txt
51
delete-branch: true
52
title: '🤖 Regenerate LLMs.txt'
53
+ reviewers: evantahler,torresmateo
54
55
- name: Enable Pull Request Automerge
- run: gh pr merge --merge --auto ${{ steps.cpr.outputs.pull-request-number }}
56
+ run: gh pr merge --squash --auto ${{ steps.cpr.outputs.pull-request-number }}
57
env:
58
GH_TOKEN: ${{ secrets.DOCS_PUBLISHABLE_GH_TOKEN }}
0 commit comments