Skip to content

Commit

Permalink
chore: gitaction 수정 > auto-author-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubbu-dev committed Nov 11, 2023
1 parent 3fbdb6b commit cd2c356
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/automate.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Automate
# .github/workflows/auto-author-assign.yml
name: Auto Author Assign

on:
pull_request:
types:
- opened
- edited
- reopened
pull_request_target:
types: [ opened, reopened ]

permissions:
pull-requests: write

jobs:
automate:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: toshimaru/auto-author-assign@v1.3.4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: toshimaru/auto-author-assign@v2.0.0

0 comments on commit cd2c356

Please sign in to comment.