Skip to content

Used KeyedSllice for job fields in bundle plan #155

Used KeyedSllice for job fields in bundle plan

Used KeyedSllice for job fields in bundle plan #155

name: suggest-reviewers
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
suggest-reviewers:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
if: ${{ !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork }}
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Suggest reviewers
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
retries: 3
script: |-
const script = require('./.github/workflows/suggest-reviewers.js');
await script({ context, github, core });