Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 13, 2020
1 parent d77c91c commit 3eef60d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
A GitHub action that lets code-owners merge code via GitHub reviews.

- can't use github app token
- uses scheduler
```yml
name: Example Workflow
on:
pull_request_target:
issue_comment: { types: created }

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Runs this workflow
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: orta/code-organizer-merge-on-green@master


```

0 comments on commit 3eef60d

Please sign in to comment.