File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Comment on New Issue"
22
33on :
44 issues :
5- types : [opened, labeled ]
5+ types : [opened]
66
77 workflow_dispatch :
88 inputs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Auto Format Issue Title"
22
33on :
44 issues :
5- types : [opened, labeled ]
5+ types : [opened, edited ]
66permissions :
77 issues : write
88
Original file line number Diff line number Diff line change 1+ name : Assign Project
2+ run-name : Assign project under issue and pull requests
3+
4+ on :
5+ issues :
6+ types : [opened]
7+ pull_request :
8+ types : [opened, reopened]
9+
10+ permissions :
11+ issues : write
12+
13+ jobs :
14+ sync :
15+ uses : recursivezero/action-club/.github/workflows/auto-assign-project.yml@main
16+ with :
17+ project_number : 5 # That's it!
18+ secrets :
19+ PROJECT_PAT : ${{ secrets.PROJECT_PAT }}
You can’t perform that action at this time.
0 commit comments