Skip to content

Tags: commit-check/commit-check-action

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: print error log in github action (#91)

* feat: print error log in github action

* feat: add pre-commit.yml

* chore: add type to function

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support `merge-base` input (#86)

* feat: add a empty commit to main for testing

* feat: support merge-base option #85

* test: update commit-check.yml to debug

* test: checkout all branches and tags

* feat: add a empty commit to main for testing

* docs: update readme

* test: update merge_base regex

* fix: update .commit-check.yml

* docs: update README.md

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: change `pr-comments` default to `false` and README.md (#83)

* docs: update README.md

* docs: Update README.md

* chore: change pr-comments default value to false

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump commit-check from 0.8.3 to 0.8.4 (#73)

* chore(deps): bump commit-check from 0.8.3 to 0.8.4

Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/commit-check/commit-check/releases)
- [Commits](commit-check/commit-check@v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: commit-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: add permissions for pr-comments

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support posting pull request comments (#71)

* feat: support add pull request comments

* add .pre-commit-config.yaml to format code

* fix: requirements.txt and test new input

* fix: just checking PR_COMMENTS

* feat: add GITHUB_TOKEN

* update readme.md

* update exiting comments or delete it to add new one

* try to fix 'Issue' object has no attribute 'get_issue_comments'

* update .commit-check.yml

* try to fix posting issue comment

* docs: update readme

* docs: update links

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use virtual environment to adopt PEP 668 (#67)

* use virtual environment

* fix: FileNotFoundError of commit-check

* fix: merge two step to one step

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump commit-check from 0.8.1 to 0.8.2 (#64)

Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/commit-check/commit-check/releases)
- [Commits](commit-check/commit-check@v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: commit-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: call reuseble workflows release-drafter from .github repo (#49)

* feat: call reuseble workflows release-drafter from .github repo

* fix: update release-drafter.yml to correct repo name

* fix: remove push event from commit-check.yml

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add used-by badge and workflow (#44)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add main.py and remove entrypoint.sh (#41)