We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b13f4 commit 38c28b9Copy full SHA for 38c28b9
.github/workflows/assign-copilot-reviewer.yml
@@ -3,6 +3,7 @@ name: Assign Copilot as reviewer
3
on:
4
pull_request_target:
5
types:
6
+ - opened
7
- ready_for_review
8
9
permissions:
@@ -11,6 +12,7 @@ permissions:
11
12
jobs:
13
assign-copilot:
14
runs-on: ubuntu-latest
15
+ if: ${{ !github.event.pull_request.draft }}
16
steps:
17
- name: Assign Copilot as reviewer
18
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
0 commit comments