Water Heater controls are not working (TM_ATW_R32_3D INV_EU_NB_2304) #363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: midea-lan | |
repo-name: midea-local | |
issue-title: ${{ github.event.issue.title }} | |
issue-body: ${{ github.event.issue.body }} | |
[${{github.event.issue.url}}] |