-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: support update dependencies (#730)
* chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * chore: wip * [AUTO] Generate codes by terra (#729) Co-authored-by: LichKing-2234 <[email protected]> --------- Co-authored-by: sda-rob <[email protected]> Co-authored-by: LichKing-2234 <[email protected]>
- Loading branch information
1 parent
bf6feec
commit fe2bb4e
Showing
9 changed files
with
78 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,31 @@ | ||
name: Doc | ||
description: Generate comments | ||
description: Generate comments. | ||
|
||
inputs: | ||
target-path: | ||
description: The path to generate comments, if set, will skip clone & pr | ||
default: "" | ||
github-token: | ||
description: The github token | ||
description: > | ||
GITHUB_TOKEN (permissions contents: write and pull-requests: write) or a repo scoped Personal Access Token (PAT). | ||
required: true | ||
|
||
target-repo: | ||
description: Relative path under GITHUB_WORKSPACE to the repository. | ||
|
||
target-branch: | ||
description: Sets the pull request base branch. | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
- name: Generate comments | ||
uses: AgoraIO-Extensions/actions/.github/actions/doc@main | ||
with: | ||
target-repo: ${{ github.repository }} | ||
target-branch: ${{ github.ref_name }} | ||
target-path: ${{ inputs.target-path }} | ||
github-token: ${{ inputs.github-token }} | ||
target-repo: ${{ inputs.target-repo }} | ||
target-branch: ${{ inputs.target-branch }} | ||
config: fmt_config/fmt_ts.yaml | ||
language: ts | ||
base-template-url: https://github.com/AgoraIO/agora_doc_source/releases/download/master-build/rn_ng_json_template_en.json | ||
export-file-path: src/index.ts | ||
github-token: ${{ inputs.github-token }} | ||
pre-pr-command: | | ||
rm -rf iris-doc | ||
yarn lint --fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters