add more issue / pr creation params #331

Merged
6543 merged 18 commits from noerw/tea:issue-create-opts into master 2021-03-08 11:48:04 +00:00
Showing only changes of commit df200b7260 - Show all commits

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build
pull: always
image: golang:1.15
image: golang:1.16
environment:
GOPROXY: https://goproxy.cn
commands:
@ -27,7 +27,7 @@ steps:
- pull_request
- name: unit-test
image: golang:1.15
image: golang:1.16
commands:
- make unit-test-coverage
settings:
@ -40,7 +40,7 @@ steps:
- pull_request
- name: release-test
image: golang:1.15
image: golang:1.16
commands:
- make test
settings:
@ -54,7 +54,7 @@ steps:
- name: tag-test
pull: always
image: golang:1.15
image: golang:1.16
commands:
- make test
settings:
@ -64,7 +64,7 @@ steps:
- tag
- name: static
image: golang:1.15
image: golang:1.16
environment:
GOPROXY: https://goproxy.cn
commands: