Skip to content

Commit

Permalink
build: enable commit-queue
Browse files Browse the repository at this point in the history
PR-URL: #187
Fixes: #183
  • Loading branch information
RafaelGSS committed Sep 25, 2024
1 parent 487077a commit 70b1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
get_mergeable_prs:
permissions:
pull-requests: read
if: github.repository == 'nodejs/node'
if: github.repository == 'nodesource/nsolid'
runs-on: ubuntu-latest
outputs:
numbers: ${{ steps.get_mergeable_prs.outputs.numbers }}
Expand Down

0 comments on commit 70b1218

Please sign in to comment.