Skip to content

Commit

Permalink
feat(Github): lock action script version
Browse files Browse the repository at this point in the history
  • Loading branch information
silto committed May 22, 2024
1 parent 140a6df commit 7b27911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-ready-to-merge-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- id: 'reviews'
uses: 'jrylan/github-action-reviews-counter@main'
uses: 'jrylan/github-action-reviews-counter@v1.0.0'
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Add Label if 2 Approvals
Expand Down

0 comments on commit 7b27911

Please sign in to comment.