Skip to content

chore(actions): bump gateway-test-scheduler to 575cedef7f16d5aa626cf8e4bce57dafcb153df6 #1316

chore(actions): bump gateway-test-scheduler to 575cedef7f16d5aa626cf8e4bce57dafcb153df6

chore(actions): bump gateway-test-scheduler to 575cedef7f16d5aa626cf8e4bce57dafcb153df6 #1316

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@c1ffd6f64e20f8f5f61f4620a1e5f0b0908790ef