Tags: commit-check/commit-check-action
Tags
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
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>
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>
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>