Auto Assign Author


name: "Auto Author Assign"

on:
  pull_request_target:
    types: [opened, reopened]

permissions:
  pull-requests: write

jobs:
  assign-author:
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/[email protected]
        with:
          repo-token: "$"


CI/CD Github
February 04, 2024