GsActions / commit-message-checker

GitHub Action that checks commit messages of pushes and pull request against a regex pattern
MIT License
99 stars 56 forks source link

Event Repository Dispatch is not supported #52

Open vaishnav-canarys opened 2 years ago

vaishnav-canarys commented 2 years ago

Hi, I am trying to run a organizational workflow across multiple repos, trying to enforce work items to be linked to every commit. But i am getting this error

Run gsactions/commit-message-checker@v1 Error: Error: Event "repository_dispatch" is not supported.

Regards

Vaishnav

gilbertsoft commented 2 years ago

Hey @vaishnav-canarys , please exlude this event type, it's not supported and I currently see no reason to support this event.

vaishnav-canarys commented 2 years ago

@gilbertsoft any suggestions on how to check for every commit from all repos in an organization.

gilbertsoft commented 2 years ago

@gilbertsoft any suggestions on how to check for every commit from all repos in an organization.

Currently not, never used shared workflows myself so far.

vaishnav-canarys commented 2 years ago

ok thanks.. Please consider supporting repository_dispatch event as well, we are getting multiple requests as to enforce commit checks for all repos in an organization. Closing this issue

gilbertsoft commented 2 years ago

Yes, will convert it to a feature request.

vaishnav-canarys commented 2 years ago

@gilbertsoft Thats awesome.. thanks

gilbertsoft commented 2 years ago

@vaishnav-canarys can you please show me how your caller and called workflows would look like. From reading the docs it seems you have to explicitely pass the data from one to the other.