mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
try another script
This commit is contained in:
parent
dd22a0a70c
commit
710b1320c0
4
.github/auto_assign.yml
vendored
4
.github/auto_assign.yml
vendored
|
|
@ -1,4 +0,0 @@
|
|||
addAssignees: true
|
||||
|
||||
assignees:
|
||||
- peterus
|
||||
15
.github/workflows/auto_assign.yml
vendored
15
.github/workflows/auto_assign.yml
vendored
|
|
@ -1,8 +1,15 @@
|
|||
name: 'Auto Assign'
|
||||
on: pull_request
|
||||
name: Issue assignment
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
auto-assign:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.1.2
|
||||
- name: 'Auto-assign issue'
|
||||
uses: pozil/auto-assign-issue@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
assignees: peterus
|
||||
|
|
|
|||
Loading…
Reference in a new issue