Skip to content

Feature(E1):能不能增加洗衣机、洗碗机的控制功能,比如以什么模式运行之类的 #57

Feature(E1):能不能增加洗衣机、洗碗机的控制功能,比如以什么模式运行之类的

Feature(E1):能不能增加洗衣机、洗碗机的控制功能,比如以什么模式运行之类的 #57

Workflow file for this run

name: Open Issue Workflow
on:
issues:
types: [opened, labeled]
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Open new ISSUE on rokam/midea-local repository
if: contains(github.event.label.name , 'midea-local library')
uses: GuillaumeFalourd/open-issue-action@v1
with:
access-token: ${{ secrets.MIDEA_LOCAL_TOKEN }}
repo-owner: rokam
repo-name: midea-local
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}
[${{github.event.issue.url}}]