Flow.Launcher/.github/workflows/pr_assignee.yml
2024-12-08 16:09:49 +05:00

19 lines
343 B
YAML

name: Assign PR to creator
on:
pull_request:
types: [opened]
branches-ignore:
- l10n_dev
permissions:
pull-requests: write
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}