Skip to content

FastAPI Template: Основа #26

FastAPI Template: Основа

FastAPI Template: Основа #26

name: Assign PR Author
on: [pull_request]
jobs:
assign-pr-author:
runs-on: ubuntu-latest
steps:
- uses: samspills/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: "${{ secrets.PR_GITHUB_TOKEN }}"