Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix commit-message workflow integration with private repository
Updates the "pre-commit" workflow to ensure compatibility when reused in a private repository by addressing pull request permissions. The adjusted repository permissions allows to support the `gsactions/commit-message-checker` action , which relies on GraphQL requiring permission similar to the "Get a Pull Request" REST endpoint. It fixes the following error encountered during testing, indicating a permissions issue: ``` > Run GsActions/commit-message-checker@16fa2d5 > Error: GraphqlResponseError: Request failed due to following response errors: > - Resource not accessible by integration ``` List of Slicer changes: ``` $ git shortlog 80a7735c1a..f2b79dcfcb --no-merges Jean-Christophe Fillion-Robin (1): BUG: Update "pre-commit" workflow to support reuse from private project ```
- Loading branch information