File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : CLA 🔏
2
+
3
+ on :
4
+ issue_comment :
5
+ types :
6
+ - created
7
+ # For PRs that originate from forks
8
+ pull_request_target :
9
+ types :
10
+ - opened
11
+ - closed
12
+ - synchronize
13
+
14
+ jobs :
15
+ CLA :
16
+ name : CLA 📝
17
+ uses : insightsengineering/.github/.github/workflows/cla.yaml@main
18
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ func newRootCommand() {
86
86
Use : "git-synchronizer" ,
87
87
Short : "A tool to synchronize git repositories." ,
88
88
Long : `A tool to synchronize git repositories from one git server to another.` ,
89
- PersistentPreRun : func (cmd * cobra.Command , args []string ) {
89
+ PersistentPreRun : func (_ * cobra.Command , _ []string ) {
90
90
initializeConfig ()
91
91
},
92
- Run : func (cmd * cobra.Command , args []string ) {
92
+ Run : func (_ * cobra.Command , _ []string ) {
93
93
setLogLevel ()
94
94
95
95
fmt .Println (`config = "` + cfgFile + `"` )
You can’t perform that action at this time.
0 commit comments