Skip to content

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