Add Threshold for charge start min Ampere different to stop. #958
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: Autoremove Waiting for feedback | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: andymckay/labeler@master | |
with: | |
remove-labels: "waiting for feedback" | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |