mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-06 16:50:16 +01:00
commit
3ab0f13550
15
.github/workflows/auto_assign.yml
vendored
15
.github/workflows/auto_assign.yml
vendored
|
|
@ -1,15 +0,0 @@
|
|||
name: Issue assignment
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
auto-assign:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Auto-assign issue'
|
||||
uses: pozil/auto-assign-issue@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
assignees: peterus
|
||||
Loading…
Reference in a new issue