Skip to content

fix(maintainer): use affiliation=all so org-owned repos get maintainers #16

fix(maintainer): use affiliation=all so org-owned repos get maintainers

fix(maintainer): use affiliation=all so org-owned repos get maintainers #16

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, test]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/das
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache-dependency-path: packages/das/package-lock.json
- run: npm ci
- name: Test
run: npm test