saleor-app-sdk-REDIS_APL/.github/workflows/assign-pr.yml
2023-09-06 14:27:55 +02:00

15 lines
340 B
YAML

name: Assign PR to creator
on:
pull_request:
types: [opened]
jobs:
assign_creator:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/assign-pr-creator-action@v1.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}