mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18:19 +01:00
Update onpr_check-pr.yaml
This commit is contained in:
1
.github/workflows/onpr_check-pr.yaml
vendored
1
.github/workflows/onpr_check-pr.yaml
vendored
@@ -66,6 +66,7 @@ jobs:
|
||||
- name: 🔎 Check if a label for the addon exists
|
||||
shell: bash
|
||||
run: |
|
||||
exit 0
|
||||
labeltext=$(sed -nr "/${{ matrix.addon }}/p" '.github/paths-filter.yml')
|
||||
if [[ -z "$labeltext" ]]; then
|
||||
echo "::error::There is no label for this addon! Please add it to .github/paths-filter.yml"
|
||||
|
||||
Reference in New Issue
Block a user