Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohm314 authored Oct 9, 2023
1 parent 72a9325 commit 3061326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, converted_to_draft, ready_for_review]

jobs:
draft_pr_reminder:
Expand All @@ -17,7 +18,7 @@ jobs:
steps:
- name: Add comment to PR
if: ${{ github.event_name == 'pull_request'
&& github.event.action == 'opened'
&& (github.event.action == 'opened' || github.event.action == 'converted_to_draft')
&& github.event.pull_request.draft }}
uses: thollander/actions-comment-pull-request@v2
with:
Expand Down

0 comments on commit 3061326

Please sign in to comment.