Skip to content

Commit

Permalink
Make the filter a bit more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajNyiri committed Dec 17, 2024
1 parent f112155 commit 46bcd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check issue description for invalid string
id: check_body
run: |
if [[ "${{ github.event.issue.body }}" == *"cloud password"* ]]; then
if [[ "${{ github.event.issue.body }}" == *"Invalid cloud password"* ]]; then
echo "contains_invalid_string=true" >> $GITHUB_ENV
elif [[ "${{ github.event.issue.body }}" == *"Invalid authentication data. Make sure you have created your 3rd party account via Tapo app."* ]]; then
echo "contains_invalid_string=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 46bcd5a

Please sign in to comment.