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