Skip to content

build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.6 #140

build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.6

build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.6 #140

name: Update Assignees
on:
pull_request:
types:
- opened
- reopened
jobs:
update-assignees:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}