Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for forcing the use of GitHub’s REST API #1849

Merged

Conversation

jackton1
Copy link
Member

Closes: #1841

jackton1 and others added 11 commits January 13, 2024 01:34
- Add jobs to the Github Workflow that fetch and list all changed files using the REST API.
- Include a new input option `useRestApi` for the tool.
- Modify certain conditions in the main function to include or exclude the use of Github's REST API based on user-provided input.
- Improve error message regarding absence of local `.git` directory.
@jackton1 jackton1 force-pushed the feat/add-support-for-forcing-the-use-of-GitHub’s-REST-API branch from cbd091e to 37e322c Compare January 13, 2024 08:34
@jackton1 jackton1 enabled auto-merge (squash) January 13, 2024 08:40
@jackton1 jackton1 merged commit 0ca1c07 into main Jan 13, 2024
115 checks passed
@jackton1 jackton1 deleted the feat/add-support-for-forcing-the-use-of-GitHub’s-REST-API branch January 13, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] allow forcing the action to use Github API, even if local .git directory is present
2 participants