You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ jobs:
48
48
steps:
49
49
- uses: actions/checkout@v1
50
50
- name: Run Codeowners merge check
51
-
uses: OSS-Docs-Tools/code-owner-self-merge@1.5.2
51
+
uses: OSS-Docs-Tools/code-owner-self-merge@1.6.5
52
52
env:
53
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
54
```
55
55
56
-
Then you should be good to go.
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)
0 commit comments