1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix restrict-task-creation workflow (#26569)

This commit is contained in:
TheJulianJES
2025-08-17 10:19:16 +02:00
committed by GitHub
parent ea77a0f3d6
commit 28e28d1417

View File

@@ -9,7 +9,7 @@ jobs:
check-authorization:
runs-on: ubuntu-latest
# Only run if this is a Task issue type (from the issue form)
if: github.event.issue.issue_type == 'Task'
if: github.event.issue.type.name == 'Task'
steps:
- name: Check if user is authorized
uses: actions/github-script@v7