Skip to content

add CODEOWNERS file with permissions to devx team #15

add CODEOWNERS file with permissions to devx team

add CODEOWNERS file with permissions to devx team #15

---
#This is NOT a reusable workflow
name: Automerge Dependabot PRs
on:
pull_request:
branches:
- "*"
jobs:
# execute the automerge for dependabot PRs
automerge:
name: Automerge Dependabot
uses: urbansportsclub/usc-reusable-workflows/.github/workflows/automerge-dependabot.yml@main
secrets:
github-token: ${{ secrets.USG_GITHUB_TOKEN }}