From ea5171056518a8a24813fb321a6c00038912984d Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 23 Oct 2024 12:00:48 +0200 Subject: [PATCH] ci: Add API issues for triage in the API board (#10907) --- .github/workflows/github-projects-ventilation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/github-projects-ventilation.yml b/.github/workflows/github-projects-ventilation.yml index b2500e156c39e..e505c0563174c 100644 --- a/.github/workflows/github-projects-ventilation.yml +++ b/.github/workflows/github-projects-ventilation.yml @@ -97,3 +97,9 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} labeled: 🎯 P0, 🎯 P1 label-operator: OR + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/openfoodfacts/projects/60 # Add issue to the API issues board + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: API, API READ, API WRITE, 🔐 API auth, API v3, API tests, API Refactor, 🧽 API - Quality, API Read - Product, OpenAPI, 📚 OpenAPI + label-operator: OR