Skip to content

[DevTools] Migrate from phpro/grumphp to phpro/grumphp-shim and enhance git workflow integration (#issue_number) #36

[DevTools] Migrate from phpro/grumphp to phpro/grumphp-shim and enhance git workflow integration (#issue_number)

[DevTools] Migrate from phpro/grumphp to phpro/grumphp-shim and enhance git workflow integration (#issue_number) #36

Workflow file for this run

name: Auto assign PR author
on:
issues:
types: [ opened, reopened ]
pull_request_target:
types: [ opened, reopened, synchronize ]
workflow_call:
permissions:
issues: write
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- name: Auto assign PR author
uses: toshimaru/auto-author-assign@v3.0.1
with:
repo-token: ${{ github.token }}