We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting analysis of commits on branch reference not found
when added master branch to my new repo it started working again
The text was updated successfully, but these errors were encountered:
Hi @israelshenkar
Which version are you using? Just so I can debug from there.
Sorry, something went wrong.
Hey for anyone that runs into this, it was a case of RTFM (in particular the note about fetch-depth). Copy pastable workflow:
fetch-depth
name: Lint on: pull_request: jobs: ensure-conventional-commits: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Ensure conventional commits uses: aevea/commitsar@916c7b483225a30d3a17f407fa25f5b25888ea69 # v0.20.2
No branches or pull requests
Starting analysis of commits on branch
reference not found
when added master branch to my new repo it started working again
The text was updated successfully, but these errors were encountered: