Skip to content

Merge suggest-reviewers into maintainer-approval as a single workflow #2

Merge suggest-reviewers into maintainer-approval as a single workflow

Merge suggest-reviewers into maintainer-approval as a single workflow #2

name: Test OWNERS scripts
on:
pull_request:
paths:
- '.github/scripts/**'
- '.github/workflows/maintainer-approval.js'
- '.github/workflows/maintainer-approval.test.js'
- '.github/OWNERS'
jobs:
test:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
sparse-checkout: |
.github/scripts
.github/workflows
.github/OWNERS
- name: Run OWNERS script tests
run: node --test .github/scripts/owners.test.js .github/workflows/maintainer-approval.test.js