crowdin / crowdin/github-action
Use the GitHub CLI instead of making curl API requests
- Dominant language
- Shell
- Stars
- 240
- Forks
- 68
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Using the GitHub CLI instead of making curl API requests should simplify the code and will be the more reliable and error-prone approach.
https://cli.github.com/
Code:
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L93
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L115
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L133
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L166
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L183
- https://github.com/crowdin/github-action/blob/c953b17499daa6be3e5afbf7a63616fb02d8b18d/entrypoint.sh#L213
Contributor guide
Assessment
This issue has not been assessed yet.