File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 12 * * *'
66
7+ pull_request :
8+ branches :
9+ - ' main'
10+ paths :
11+ - ' .github/workflows/dispatch-event.yml'
12+ - ' .github/workflows/redispatch-event.yml'
13+ - ' .github/actions/list-pr/**'
14+ - ' !**/*.md'
15+
716 workflow_dispatch :
817 inputs :
918 labels :
1019 required : false
1120 type : string
12- default : ' '
21+ default : ' module: PrivateUse1 '
1322 description : ' The labels on pull requests'
1423 hours :
1524 required : false
1625 type : number
1726 default : 24
1827 description : ' Pull requests created within this many hours will be listed'
28+ limit :
29+ required : false
30+ type : number
31+ default : -1
32+ description : ' How many pull requests will be listed'
1933
2034concurrency :
2135 group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
3953 token : ${{ secrets.COSDT_BOT_TOKEN }}
4054 owner : pytorch
4155 repository : pytorch
42- labels : ${{ github.event.inputs.labels || '' }}
56+ labels : ${{ github.event.inputs.labels || 'module: PrivateUse1 ' }}
4357 hours : ${{ github.event.inputs.hours || '24' }}
4458
4559 dispatch-pr :
You can’t perform that action at this time.
0 commit comments