We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807fbe commit 1e3be14Copy full SHA for 1e3be14
.github/workflows/add-unanswered-to-project.yml
@@ -1,8 +1,8 @@
1
name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136
2
3
on:
4
- schedule:
5
- - cron: '0 * * * *'
+ # schedule:
+ # - cron: '0 * * * *'
6
workflow_dispatch:
7
8
jobs:
@@ -12,7 +12,7 @@ jobs:
12
- name: Add open issues and open, non-draft PRs to org project (excluding certain authors)
13
uses: actions/github-script@v7
14
with:
15
- github-token: ${{ secrets.PYTORCH_PROJECT_PAT }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
16
script: |
17
const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136
18
const owner = 'pytorch';
0 commit comments