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

upgrade-v4 #2

Open
wants to merge 9 commits into
base: upgrade-v4
Choose a base branch
from
Open

upgrade-v4 #2

wants to merge 9 commits into from

Conversation

jandroav
Copy link

@jandroav jandroav commented Jan 9, 2025

This pull request includes updates to the README.md and main.js files to improve the functionality and documentation of the GitHub Action for downloading workflow artifacts. The most important changes include simplifying the documentation, adding a limit to the number of workflow runs checked, and enhancing console logging for better traceability.

Documentation updates:

  • README.md: Simplified the documentation by removing detailed usage instructions and stating that the action is almost identical to its fork parent with a few minor changes.

Code enhancements:

  • main.js: Introduced a limit (maxRunsToCheck) to the number of workflow runs checked to avoid excessive API calls and potential timeouts.
  • main.js: Added console logging to provide clear reasons for why particular workflow runs are skipped based on filtering criteria such as commit SHA, run number, conclusion, and branch.

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.

3 participants