generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Using v1.0.0 of this action, the action runs on PRs which are created as Draft, and which have never been moved to the Open/ready-for-review state.
I have set include-draft: false in the config:
name: "Assign Reviewers"
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign-reviewers:
runs-on: ubuntu-latest
steps:
- name: "Request review from Android team"
uses: rowi1de/[email protected]
with:
repo-token: ${{ secrets.YBOT_ACCESS_TOKEN }}
teams: "android" # only works for GitHub Organisation/Teams
persons: "" # add individual persons here
include-draft: false # Draft PRs will be skipped (default: false)Is there something else I need to do to exclude Draft PRs?
Metadata
Metadata
Assignees
Labels
No labels