You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the action is implemented directly in this repository as a mix of composite action and JS script called by the github-script action.
We often see bug like #732 or #759, mainly because the action has not tests.
We should extract it from this repository to ease the maintenance, as we did for the "Antora contribution checkers" action.
We could store it in https://github.com/bonitasoft/actions.
This will let us migrate the code to JS/TS, share the updated files detection with "Antora contribution checkers" action, add tests, ...
Notes
This is probably required prior adding more feature to the existing action, like #677
The text was updated successfully, but these errors were encountered:
For pr-comments-with-links action, we extract the code in a real action
to ease the maintenance.
With this PR, we are as isofunctional as we have actually (with at least
some unit test)
Cover bonitasoft/bonita-documentation-site#766
Currently, the action is implemented directly in this repository as a mix of composite action and JS script called by the github-script action.
We often see bug like #732 or #759, mainly because the action has not tests.
We should extract it from this repository to ease the maintenance, as we did for the "Antora contribution checkers" action.
We could store it in https://github.com/bonitasoft/actions.
This will let us migrate the code to JS/TS, share the updated files detection with "Antora contribution checkers" action, add tests, ...
Notes
This is probably required prior adding more feature to the existing action, like #677
The text was updated successfully, but these errors were encountered: