Skip to content

Commit

Permalink
Enable auto-author-assign for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jul 29, 2022
1 parent 24d714a commit e03a38d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Auto Author Assign

on: [ pull_request_target ]
on:
pull_request_target:
issues:
types: [ opened, reopened ]

permissions:
issues: write
pull-requests: write

jobs:
Expand Down

0 comments on commit e03a38d

Please sign in to comment.