From b924e0432cd4cd92fc03c676089232ac27af491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 31 Jan 2025 17:05:30 +0100 Subject: [PATCH] Update issue tracking workflow --- .github/workflows/add_issues_to_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add_issues_to_project.yml b/.github/workflows/add_issues_to_project.yml index fdb2a224..a7f64051 100644 --- a/.github/workflows/add_issues_to_project.yml +++ b/.github/workflows/add_issues_to_project.yml @@ -15,8 +15,8 @@ jobs: # Add to triaging board project-url: https://github.com/orgs/ooni/projects/47 github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }} - labeled: bug, triage - label-operator: OR + labeled: bug, triage + label-operator: OR - uses: actions/add-to-project@v1.0.2