Skip to content

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 2d0c956ea9349c950216010d49bc774aeb8cc0d0 #2007

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 2d0c956ea9349c950216010d49bc774aeb8cc0d0

chore(deps): bump korthout/backport-action from 52886ff43ef0184911d99c0a489f5c1307db8fc7 to 2d0c956ea9349c950216010d49bc774aeb8cc0d0 #2007

Workflow file for this run

name: Add assignee to PRs
on:
pull_request:
types: [ opened, reopened ]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: assign-author
# ignore the pull requests opened from PR because token is not correct
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
uses: toshimaru/auto-author-assign@ebd30f10fb56e46eb0759a14951f36991426fed0