Skip to content

Commit

Permalink
Merge pull request #53 from JohnGavr/gh_issue_35
Browse files Browse the repository at this point in the history
Add auto author assign at PR #35
  • Loading branch information
drpaneas committed Sep 28, 2020
2 parents edbaeaf + 1705282 commit 9865bf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflow/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Auto Author Assign'
on:
pull_request:
types: [opened, reopened]
jobs:
add-assignees:
runs-on: ubuntu-latest
steps:
- name: auto-author-assign
uses: toshimaru/auto-author-assign@v1.1.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9865bf2

Please sign in to comment.