Skip to content

fix github action and CODEOWNERS #553

fix github action and CODEOWNERS

fix github action and CODEOWNERS #553

name: Dedupe Dependabot PRs
on:
push:
branches: ['dependabot/npm_and_yarn/**']
permissions:
contents: write
jobs:
dedupe:
runs-on: ubuntu-latest
steps:
- uses: laboperator-gmbh/github-actions/yarn/dedupe@v1