Skip to content

Commit

Permalink
Update commit-queue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesteery committed Nov 27, 2021
1 parent 3556bfe commit a895b25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/commit-queue.yml
Expand Up @@ -56,11 +56,6 @@ jobs:
ncu-config set repo "${REPOSITORY}"
ncu-config set owner "${OWNER}"
- name: Start the commit queue
run: ./tools/actions/commit-queue.sh ${OWNER} ${REPOSITORY} $(echo '${{ steps.get_mergable_pull_requests.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]')
env:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}

- name: Get Pull Requests and start the commit queue
run: |
PRs=$(gh pr list \
Expand Down

0 comments on commit a895b25

Please sign in to comment.