You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
-[ ] All [tests](https://github.com/jfrog/jfrog-cli/CONTRIBUTING.md#tests) have passed. If this feature is not already covered by the tests, new tests have been added.
2
-
-[ ] The pull request is targeting the `dev` branch.
2
+
-[ ] The pull request is targeting the `master` branch.
3
3
-[ ] The code has been validated to compile successfully by running `go vet ./...`.
4
4
-[ ] The code has been formatted properly using `go fmt ./...`.
# Go modules doesn't allow passing credentials to a private registry using an HTTP URL. Therefore, the Go tests run against a remote Artifactory server.
18
-
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'
0 commit comments