Skip to content

Commit 80df091

Browse files
committed
Update README
1 parent 08213ec commit 80df091

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
runs-on: ubuntu-latest
4747

4848
steps:
49-
- uses: actions/checkout@v1
49+
- uses: actions/checkout@v4
5050
- name: Run Codeowners merge check
51-
uses: OSS-Docs-Tools/[email protected]
51+
uses: javalin/codeowner-selfmerge-action@master
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
```
5555
56-
Then you should be good to go. Note that I might not have bumped the version in `^`, so double [check the releases.](https://github.com/OSS-Docs-Tools/code-owner-self-merge/releases)
56+
Then you should be good to go. No version releases are made, so you can use `@master` to get the latest version or use a specific commit hash.
5757

5858
### Security
5959

@@ -91,12 +91,12 @@ packages/documentation/copy/es/**/*.ts @KingDarBoja [translate] [es]
9191
There are five options available at the moment:
9292

9393
- `cwd`, which can be used to determine the root folder to look for CODEOWNER files in.
94-
- `merge_method`, which can be `merge` (default), `squash` or `rebase`, depending on what you want the action to do.
94+
- `merge_method`, which can be `merge` , `squash` (default) or `rebase`, depending on what you want the action to do.
9595
- `quiet` - does not output a message saying who can merge PRs
9696

9797
```yml
9898
- name: Run Codeowners merge check
99-
uses: OSS-Docs-Tools/code-owner-self-merge@v1
99+
uses: javalin/codeowner-selfmerge-action@master
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
with:
@@ -111,7 +111,7 @@ Then 2 for handling fallbacks on PRs which aren't able to be maintained by anyon
111111

112112
```yml
113113
- name: Run Codeowners merge check
114-
uses: OSS-Docs-Tools/code-owner-self-merge@v1
114+
uses: javalin/codeowner-selfmerge-action@master
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117
with:

0 commit comments

Comments
 (0)