Skip to content

Ένας Χρήστης ζήτησε το Μάχη Fm #33

Ένας Χρήστης ζήτησε το Μάχη Fm

Ένας Χρήστης ζήτησε το Μάχη Fm #33

name: 'Auto Author Assign'
on:
pull_request_target:
types: [opened, reopened]
jobs:
add-assignees:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
- uses: toshimaru/auto-author-assign@v1.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"