Skip to content

CORE-529: copy Gemfile and index.rb to Ruby instrumentation directories in Dockerfile #8

CORE-529: copy Gemfile and index.rb to Ruby instrumentation directories in Dockerfile

CORE-529: copy Gemfile and index.rb to Ruby instrumentation directories in Dockerfile #8

Workflow file for this run

name: PR Policy
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
statuses: write
jobs:
require-linear:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies-syncer-bot') }}
runs-on: ubuntu-latest
steps:
- uses: odigos-io/ci-core/require-linear@main