Skip to content

Commit 19b205a

Browse files
authored
Merge branch 'main' into bugfix/issue-184
2 parents 39d41e3 + 2fe4183 commit 19b205a

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/release-drafter.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/used-by.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: shenxianpeng/used-by@v0.1.4
18+
- uses: shenxianpeng/used-by@v0.1.5
1919
with:
2020
repo: '${{ github.repository }}'
2121
update-badge: 'true'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Commit Check](https://img.shields.io/github/actions/workflow/status/commit-check/commit-check-action/commit-check.yml?branch=main&label=Commit%20Check&color=blue&logo=github)](https://github.com/commit-check/commit-check-action/actions/workflows/commit-check.yml)
44
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/commit-check/commit-check-action?color=blue)
5-
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=115&color=informational&logo=slickpic)](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge -->
5+
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=119&color=informational&logo=slickpic)](https://github.com/commit-check/commit-check-action/network/dependents)<!-- used by badge -->
66
[![GitHub marketplace](https://img.shields.io/badge/Marketplace-commit--check--action-blue)](https://github.com/marketplace/actions/commit-check-action)
77
[![slsa-badge](https://slsa.dev/images/gh-badge-level3.svg?color=blue)](https://github.com/commit-check/commit-check-action/blob/a2873ca0482dd505c93fb51861c953e82fd0a186/action.yml#L59-L69)
88

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install commit-check CLI
22
# For details please see: https://github.com/commit-check/commit-check
3-
commit-check==2.4.3
3+
commit-check==2.5.0
44
# Interact with the GitHub API.
5-
PyGithub==2.8.1
5+
PyGithub==2.9.0

0 commit comments

Comments
 (0)