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 98b1052 commit e115368Copy full SHA for e115368
.github/workflows/add-unanswered-to-project.yml
@@ -12,6 +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.ET_EXT_CONTRIB }}
16
script: |
17
const projectId = "PVT_kwDOAUB9vs4A_PUL"; // PyTorch org project 136
18
const owner = 'pytorch';
0 commit comments