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 5ef2416 commit 313cb8cCopy full SHA for 313cb8c
.github/workflows/autopilot.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v5
19
- name: Assign issue to copilot
20
run: |
21
- issue_number=$(gh issue list --state open --label 'autopilot-candidate' --search 'no:assignee' --json number --jq '.[].number' | shuf -n 1)
+ issue_number=$(gh issue list --state open --label 'autopilot-candidate' --search 'no:assignee -is:blocked' --json number --jq '.[].number' | shuf -n 1)
22
gh issue edit $issue_number --add-assignee "@copilot"
23
env:
24
GH_TOKEN: ${{ secrets.AUTOPILOT_PAT }}
0 commit comments