mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 11:15:50 +08:00
Delete test.yml
This commit is contained in:
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@@ -1,18 +0,0 @@
|
|||||||
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
|
|
Reference in New Issue
Block a user