Skip to content

Bump kununu/scripts to 5.0 #9

Bump kununu/scripts to 5.0

Bump kununu/scripts to 5.0 #9

name: Auto assign owner when opening PRs
on:
pull_request:
types: [ opened ]
jobs:
auto-assign-owner:
if: startsWith(github.event.ref, 'dependabot/') == false
runs-on: ubuntu-latest
steps:
- name: Auto assign owner
uses: danielswensson/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}