mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-18 13:26:18 +00:00
init commit
This commit is contained in:
12
.github/workflows/assign-pr-author.yaml
vendored
Normal file
12
.github/workflows/assign-pr-author.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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 }}"
|
||||
Reference in New Issue
Block a user