Skip to content

Tags: commit-check/commit-check-action

Tags

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)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update release-drafter.yml to fix typo

v0.4.2

Toggle v0.4.2'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.7.0 to 0.7.1 (#34)

Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/commit-check/commit-check/releases)
- [Commits](commit-check/commit-check@v0.7.0...v0.7.1)

---
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.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove release.yml (#33)

* feat: Create release-drafter.yml

* chore: remove release.yml

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump commit-check from 0.6.3 to 0.7.0 (#28)

* chore(deps): bump commit-check from 0.6.3 to 0.7.0

Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.6.3 to 0.7.0.
- [Release notes](https://github.com/commit-check/commit-check/releases)
- [Commits](commit-check/commit-check@v0.6.3...v0.7.0)

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

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

* feat: support checking committer signature

* feat: support checking committer signature

---------

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>