Skip to content

Commit

Permalink
[FIX] Update auto-author-assign action to work with forks (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoispag authored Oct 13, 2020
1 parent 0a18452 commit 7b49121
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: 'Auto Author Assign'
on:
pull_request:
pull_request_target:
types: [opened, reopened]
jobs:
add-assignees:
runs-on: ubuntu-latest
steps:
- name: auto-author-assign
uses: toshimaru/[email protected]
- uses: actions/checkout@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
ref: refs/pull/${{ github.event.pull_request.number }}/head
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7b49121

Please sign in to comment.