Skip to content

Commit

Permalink
Perpare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 13, 2020
1 parent e0c11c5 commit 67d9bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run Codeowners merge check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: orta/code-owner-self-merge@master
uses: orta/code-owner-self-merge@v1
```
Then you should be good to go.
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Code Owner Self Merge'
description: 'Lets the CODEOWNERS file determine who can merge a PR'
author: 'Orta Therox'
icon: git-merge
color: purple

runs:
using: 'node12'
main: 'index.js'

0 comments on commit 67d9bb6

Please sign in to comment.