1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 06:23:28 +00:00
voice_assistant/.github/workflows/assign-pr-author.yaml
Artem Litvinov 536a9e4de8 init commit
2023-09-16 10:08:12 +01:00

13 lines
306 B
YAML

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