Skip to content

Commit

Permalink
Update issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri authored May 24, 2024
1 parent aceea90 commit 4ae14d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
else
echo "contains_invalid_string=false" >> $GITHUB_ENV
fi
- name: Close Issue
- name: Close Issue - comment
if: env.contains_invalid_string == 'true'
uses: peter-evans/close-issue@v3
with:
Expand All @@ -38,6 +38,10 @@ jobs:
You can find it at https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues/551 .
Please do not post "me too" comments or any other comment that does not provide any value to the discussion as everyone monitoring it gets notified. If the comments with no value continue maintainer will be forced to lock the issue to contributors only.
Please do not post "me too" comments or any other comment that does not provide any value to the discussion as everyone monitoring it gets notified. If the comments with no value continue maintainer will b
- name: Close Issue - label
if: env.contains_invalid_string == 'true'
uses: peter-evans/close-issue@v3
with:
labels: |
Duplicate

0 comments on commit 4ae14d7

Please sign in to comment.