Skip to content

#1723: move repo_id_by_name outside issue loop to fix N+1 API calls (… #3925

#1723: move repo_id_by_name outside issue loop to fix N+1 API calls (…

#1723: move repo_id_by_name outside issue loop to fix N+1 API calls (… #3925

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Zerocracy
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: make
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
make:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
with:
ruby-version: 4.0
bundler-cache: true
- run: sudo apt-get update && sudo apt-get install -y parallel
- run: make