Skip to content

Commit 1e3be14

Browse files
authored
removed cron schedule runs to workflow until the GitHub token issue is fixed (#13339)
removed cron schedule runs until the [GitHub token issue](https://github.com/pytorch/executorch/actions/runs/16917031468/job/47933438463) is fixed
1 parent 9807fbe commit 1e3be14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/add-unanswered-to-project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136
22

33
on:
4-
schedule:
5-
- cron: '0 * * * *'
4+
# schedule:
5+
# - cron: '0 * * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
- name: Add open issues and open, non-draft PRs to org project (excluding certain authors)
1313
uses: actions/github-script@v7
1414
with:
15-
github-token: ${{ secrets.PYTORCH_PROJECT_PAT }}
15+
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |
1717
const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136
1818
const owner = 'pytorch';

0 commit comments

Comments
 (0)