File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11name : Go
22
33on :
4- # DO NOT MERGE: disabled while developing auto-renaming
5- # push:
6- # branches: [ main ]
7- # pull_request:
8- # branches: [ main ]
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
98 workflow_dispatch :
109
1110jobs :
Original file line number Diff line number Diff line change 11name : golangci-lint
22
33on :
4- # DO NOT MERGE: disabled while developing auto-renaming
5- # push:
6- # branches: [ main ]
7- # pull_request:
8- # branches: [ main ]
4+ push :
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
98 workflow_dispatch :
109
1110permissions :
Original file line number Diff line number Diff line change 66 # However, they MUST be disabled again before merging otherwise *all* PRs will
77 # run this.
88 #
9- pull_request :
10- branches : [ main ]
9+ # pull_request:
10+ # branches: [ main ]
1111 workflow_dispatch :
1212 inputs :
1313 source_commit :
7171 - name : Open PR to "renamed-go-module" iff workflow dispatched on "main"
7272 # If we are changing the way in which we manage module renaming then it
7373 # MUST go through PR review to main; only then can it open PRs.
74- # if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/main'
74+ if : github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/main'
7575 uses :
devops-infra/[email protected] 7676 with :
7777 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments