Skip to content

Add option to generate link in output #27

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

dickverweij
Copy link

This pull request introduces a new feature to optionally output a link without posting a comment, updates dependencies, and refactors the main function to support the new feature. The most important changes include updates to the action.yml and README.md files, dependency updates in package.json, and modifications to the main function in src/index.ts.

New feature implementation:

  • action.yml: Added a new input parameter outputOnly to control whether the link should be outputted without posting a comment.
  • README.md: Updated documentation to include an example of using the new outputOnly parameter.

Dependency updates:

  • package.json: Updated several dependencies including @actions/github, eslint-plugin-github, eslint-plugin-jest, jest, jest-circus, and ts-jest.

Refactoring:

  • src/index.ts: Refactored the main function to handle the new outputOnly parameter and output the link accordingly without posting a comment if specified.

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.

1 participant