We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c11c5 commit 67d9bb6Copy full SHA for 67d9bb6
README.md
@@ -47,7 +47,7 @@ jobs:
47
- name: Run Codeowners merge check
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
- uses: orta/code-owner-self-merge@master
+ uses: orta/code-owner-self-merge@v1
51
```
52
53
Then you should be good to go.
action.yml
@@ -1,6 +1,9 @@
1
name: 'Code Owner Self Merge'
2
description: 'Lets the CODEOWNERS file determine who can merge a PR'
3
author: 'Orta Therox'
4
+icon: git-merge
5
+color: purple
6
+
7
runs:
8
using: 'node12'
9
main: 'index.js'
0 commit comments