mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-11 03:00:10 +01:00
ups...
This commit is contained in:
parent
44832d05c4
commit
ff9fedeed8
14
.github/workflows/auto_assign.yml
vendored
14
.github/workflows/auto_assign.yml
vendored
|
|
@ -4,19 +4,11 @@ on:
|
|||
types: [opened]
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 🚧 Install
|
||||
run: |
|
||||
yarn
|
||||
- name: 📦 Build
|
||||
run: |
|
||||
yarn build
|
||||
- uses: ./
|
||||
- uses: bubkoo/auto-assign@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CONFIG_FILE: .github/auto-assign.yml
|
||||
CONFIG_FILE: .github/auto-assign.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue