From b7b96d79c2d659619aa9d82223850b344f25b274 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 18 Mar 2026 17:18:08 -0400 Subject: [PATCH] make YAML valid --- .github/workflows/add_bugs_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_bugs_to_project.yml b/.github/workflows/add_bugs_to_project.yml index e06e31e..7151753 100644 --- a/.github/workflows/add_bugs_to_project.yml +++ b/.github/workflows/add_bugs_to_project.yml @@ -15,4 +15,4 @@ jobs: with: project-url: https://github.com/orgs/IQSS/projects/34 github-token: ${{ secrets.GITHUB_TOKEN }} - labeled: Type: Bug + labeled: "Type: Bug"