1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 07:08:36 +00:00

[Contrib] Checkout a PR (#6021)

This commit is contained in:
Antoine GIRARD
2019-03-08 02:54:10 +01:00
committed by techknowlogick
parent 9fd8b2621f
commit 9d3732dfd5
2 changed files with 260 additions and 0 deletions

View File

@@ -420,3 +420,7 @@ generate-images:
$(TMPDIR)/images/64.png $(TMPDIR)/images/128.png \
$(PWD)/public/img/favicon.ico
rm -rf $(TMPDIR)/images
.PHONY: pr
pr:
$(GO) run contrib/pr/checkout.go $(PR)