Daniel T

Results 27 comments of Daniel T

Greetings guys, I am getting the same error: ![Screenshot from 2022-10-20 11-10-12](https://user-images.githubusercontent.com/115469901/197001756-cfe61e9c-e786-4af5-912b-da9e00f0eebc.png) I am running codeql using nektos act on my local ubuntu machine. OS 22.04 This is my workflow:...

Hi @aeisenberg indeed, my repository is private and within an organization. Probably that is the error I am getting.

Hi @gaohoward, this seems strange because I have been using this action for a long time with the exact steps you mentioned and is working fine. My guess is that...

@fnagel have you tried a different regex pattern? you can use this website https://regexr.com/ to make sure the regex pattern is working fine

@fnagel the commits before and after are not the same. This is the commit before: - "Add types to Content model" This is the commit after - "[BUGFIX] Add types...

@fnagel ohhh i see. You are right. I think the issue relates to how GitHub gets the HEAD when running the github actions. What I recommend you is to update...

Hi @fnagel , yes that should work. I have been using this action a lot time without any issue.

@fnagel try marking these parameters as true: ```yml excludeTitle: true excludeDescription: true checkAllCommitMessages: true ``` and provide the accesstoken: ```yml accessToken: ${{ secrets.GTHUB_TOKEN }} ```

Hi @fnagel I remember that the max lenght regex pattern has some errors in the provided example. Maybe you can try a different one. This is my regex pattern for...

@fnagel > I did some tests, it works even though there are always two check (push and pull_request). See here: https://github.com/fnagel/t3extblog/pull/268 > It's interesting that the pull_request one still has...