Skip to content

Commit 10710ac

Browse files
committedMar 10, 2025··
Merge branch 'master' of github.com:zerocracy/judges-action
2 parents 94cfaf9 + 91fba5b commit 10710ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/zerocracy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: zerocracy/judges-action@0.0.70
18+
- uses: zerocracy/judges-action@0.0.71
1919
with:
2020
token: ${{ secrets.ZEROCRACY_TOKEN }}
2121
verbose: false

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: zerocracy/judges-action@0.0.70
34+
- uses: zerocracy/judges-action@0.0.71
3535
with:
3636
token: ${{ secrets.ZEROCRACY_TOKEN }}
3737
github_token: ${{ secrets.GITHUB_TOKEN }}

1 commit comments

Comments
 (1)

0crat commented on Mar 20, 2025

@0crat

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -16 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice.

Please sign in to comment.