From 92e3a579739dc7ec101b615d68544c9b8a769ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 31 Jan 2025 18:02:20 +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 ae83bb4b..52314da8 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: