Skip to content

Commit

Permalink
allowed assigning author to draft PR
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn committed Sep 10, 2024
1 parent 1014a85 commit 768ad0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
cache: 'pnpm'

- name: Assign author to PR
on:
pull_request:
types: [opened, draft]
uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 768ad0c

Please sign in to comment.