Skip to content
New issue

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

failOnWarnings set to false does not appear to function #43

Closed
TheRealWaldo opened this issue Aug 20, 2020 · 2 comments · Fixed by #44
Closed

failOnWarnings set to false does not appear to function #43

TheRealWaldo opened this issue Aug 20, 2020 · 2 comments · Fixed by #44

Comments

@TheRealWaldo
Copy link

The following output demonstrates:

Run wagoid/commitlint-github-action@v2
  with:
    configFile: ./commitlint.config.js
    firstParent: true
    failOnWarnings: false
    helpURL: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
    token: ***
  env:
    GITHUB_TOKEN: ***
/usr/bin/docker run --name wagoidcommitlintgithubaction200_7879d9 --label 8118cb --workdir /github/workspace --rm -e GITHUB_TOKEN -e INPUT_CONFIGFILE -e INPUT_FIRSTPARENT -e INPUT_FAILONWARNINGS -e INPUT_HELPURL -e INPUT_TOKEN -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/release-it/release-it":"/github/workspace" wagoid/commitlint-github-action:2.0.0
##[error]You have commit messages with errors

⧗   input: chore: bump wagoid/commitlint-github-action from v1.7.0 to v2
⚠   references may not be empty [references-empty]

⚠   found 0 problems, 1 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
@wagoid
Copy link
Owner

wagoid commented Aug 20, 2020

Hi @TheRealWaldo! I managed to replicate the scenario after checking your dependabot PR that failed at TheRealWaldo/release-it#51
Will push a fix soon 🐛

@TheRealWaldo
Copy link
Author

Thanks @wagoid !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants