mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
19 lines
296 B
YAML
19 lines
296 B
YAML
name: 🤖 test
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
auto-invite:
|
|
runs-on: ubuntu-latest
|
|
if: github.event.label.name == 'test'
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
|
|
- name: install
|
|
run: yarn
|
|
|
|
- name: node js
|
|
run: node ./src/main.js
|