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 1eb555e commit 0fc7a20Copy full SHA for 0fc7a20
.github/workflows/add-unanswered-to-project.yml
@@ -2,7 +2,9 @@ name: Add Open External Contributor PRs and Issues to PyTorch Org Project 136
2
3
on:
4
workflow_dispatch:
5
-
+ pull_request:
6
+ paths:
7
+ .github/workflows/add-unanswered-to-project.yml
8
jobs:
9
add_to_project:
10
runs-on: ubuntu-latest
0 commit comments