From a9acc2b4d7263b6c34937a025dd2466550c6431e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 31 Jan 2025 18:02:28 +0100 Subject: [PATCH] Update issue tracking workflow --- .github/workflows/add_issues_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issues_to_project.yml b/.github/workflows/add_issues_to_project.yml index ae83bb4ba..52314da87 100644 --- a/.github/workflows/add_issues_to_project.yml +++ b/.github/workflows/add_issues_to_project.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v1.0.2 + if: github.event.action == 'opened' with: # Add to triaging board project-url: https://github.com/orgs/ooni/projects/47 @@ -19,7 +20,6 @@ jobs: labeled: bug, triage label-operator: OR - - uses: actions/add-to-project@v1.0.2 if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/') with: