mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
add auto assign script
This commit is contained in:
parent
93b9f91df6
commit
3efff010d3
8
.github/workflows/auto_assign.yml
vendored
Normal file
8
.github/workflows/auto_assign.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: 'Auto Assign'
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.1.2
|
||||
Loading…
Reference in a new issue