From be379f2b79ec10499b9bafc673881d9b6fc5490d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 10 Jan 2025 18:46:38 +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 9da2859c..ad001db7 100644 --- a/.github/workflows/add_issues_to_project.yml +++ b/.github/workflows/add_issues_to_project.yml @@ -10,13 +10,13 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v1.0.2 if: github.event.action == 'opened' with: project-url: https://github.com/orgs/ooni/projects/31 github-token: ${{ secrets.ADD_TO_PROJECT_GH_TOKEN }} - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v1.0.2 if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'funder/') with: project-url: https://github.com/orgs/ooni/projects/33