Skip to content

Commit 0c38200

Browse files
authored
Update RepoGuardian version in README.md
1 parent aa03045 commit 0c38200

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
issues: write
3838
steps:
3939
- name: Run Repo Guardian (org-wide auto discovery)
40-
uses: MCKanpolat/RepoGuardian@v0.2.0
40+
uses: MCKanpolat/RepoGuardian@V1
4141
with:
4242
owner: your-org-or-username
4343
review_hours: 12
@@ -49,7 +49,7 @@ jobs:
4949
```yaml
5050
steps:
5151
- name: Specific repositories
52-
uses: MCKanpolat/RepoGuardian@v0.2.0
52+
uses: MCKanpolat/RepoGuardian@V1
5353
with:
5454
repos: your-org/repo-one,your-org/repo-two
5555
review_hours: 6
@@ -59,7 +59,7 @@ jobs:
5959
```yaml
6060
steps:
6161
- name: Implicit owner
62-
uses: MCKanpolat/RepoGuardian@v0.2.0
62+
uses: MCKanpolat/RepoGuardian@V1
6363
with:
6464
owner: your-org
6565
repos: repo-one,repo-two
@@ -87,7 +87,7 @@ If you need to use a PAT instead (e.g., cross-repo or org-level constraints):
8787
```yaml
8888
steps:
8989
- name: Repo Guardian with PAT
90-
uses: MCKanpolat/RepoGuardian@v0.2.0
90+
uses: MCKanpolat/RepoGuardian@V1
9191
with:
9292
owner: your-org
9393
github_token: ${{ secrets.MY_PAT }}

0 commit comments

Comments
 (0)