Skip to content

Commit

Permalink
allowed draft PR
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn committed Sep 10, 2024
1 parent b2788fc commit babc54f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- main
- dev
pull_request:
pull_request_target:
types: [opened, draft, ready_for_review, synchronize]
merge_group:

jobs:
Expand Down Expand Up @@ -48,9 +49,6 @@ jobs:
cache: 'pnpm'

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

0 comments on commit babc54f

Please sign in to comment.