Skip to content

Update ramsey/composer-install to v3 in github actions file #8

Update ramsey/composer-install to v3 in github actions file

Update ramsey/composer-install to v3 in github actions file #8

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/auto-assign-owner-action@v1.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}