From 1eb555e32fef3f85d136e25ef9fb07cdf71e66ec Mon Sep 17 00:00:00 2001 From: Nikhil Viswanath Sivakumar <68182521+nil-is-all@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:37:08 -0500 Subject: [PATCH 1/2] removed cron schedule runs until the github token issue is fixed --- .github/workflows/add-unanswered-to-project.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/add-unanswered-to-project.yml b/.github/workflows/add-unanswered-to-project.yml index 04e4ff83ab8..ddb61a9b9b0 100644 --- a/.github/workflows/add-unanswered-to-project.yml +++ b/.github/workflows/add-unanswered-to-project.yml @@ -1,8 +1,6 @@ name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136 on: - # schedule: - # - cron: '0 * * * *' workflow_dispatch: jobs: From 0fc7a2091dcfeee476e1606880b42a5172ff46f9 Mon Sep 17 00:00:00 2001 From: Nikhil Viswanath Sivakumar <68182521+nil-is-all@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:13:34 -0500 Subject: [PATCH 2/2] Added trigger to the workflow run whenever a PR changes this file --- .github/workflows/add-unanswered-to-project.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add-unanswered-to-project.yml b/.github/workflows/add-unanswered-to-project.yml index ddb61a9b9b0..ba2bc6c8436 100644 --- a/.github/workflows/add-unanswered-to-project.yml +++ b/.github/workflows/add-unanswered-to-project.yml @@ -2,7 +2,9 @@ name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136 on: workflow_dispatch: - + pull_request: + paths: + .github/workflows/add-unanswered-to-project.yml jobs: add_to_project: runs-on: ubuntu-latest