mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-06 05:23:50 +01:00
15 lines
288 B
YAML
15 lines
288 B
YAML
name: Auto Assign
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request:
|
|
types: [opened]
|
|
jobs:
|
|
run:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: bubkoo/auto-assign@v1
|
|
with:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
CONFIG_FILE: .github/auto-assign.yml
|