Update onpr_check-pr.yaml

This commit is contained in:
Alexandre
2024-02-28 07:45:27 +01:00
committed by GitHub
parent b749d8cf8d
commit 0e5d9b3480

View File

@@ -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"