mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
feat: upgrade workflow and auto-assign reviewers
This commit is contained in:
3
.github/workflows/create-docusaurus-pr.yml
vendored
3
.github/workflows/create-docusaurus-pr.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
mkdir -p docs-repo/docs/api
|
mkdir -p docs-repo/docs/api
|
||||||
cp -r source-repo/api/docs/public* docs-repo/docs/api/
|
cp -r source-repo/api/docs/public* docs-repo/docs/api/
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DOCS_PAT_UNRAID_BOT }}
|
token: ${{ secrets.DOCS_PAT_UNRAID_BOT }}
|
||||||
path: docs-repo
|
path: docs-repo
|
||||||
@@ -51,6 +51,7 @@ jobs:
|
|||||||
This PR updates the API documentation based on changes from the main repository.
|
This PR updates the API documentation based on changes from the main repository.
|
||||||
|
|
||||||
Changes were automatically generated from api/docs/* directory.
|
Changes were automatically generated from api/docs/* directory.
|
||||||
|
reviewers: ljm42, elibosley, pujitm, mdatelle
|
||||||
branch: update-api-docs
|
branch: update-api-docs
|
||||||
base: main
|
base: main
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|||||||
Reference in New Issue
Block a user