mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
17 lines
290 B
YAML
17 lines
290 B
YAML
name: Assign PR to creator
|
|
|
|
on:
|
|
pull_request_target:
|
|
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
|