Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 0bc8a48

Browse files
authored
Merge pull request #80 from jpopelka/trigger-on-issue
Allow self-releasing on issue
2 parents b328cde + 996f157 commit 0bc8a48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-conf.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# list of major python versions that release-bot will build separate wheels for
12
python_versions:
2-
- 3
3+
- 3
4+
# whether to allow bot to make PRs based on issues
5+
trigger_on_issue: true

0 commit comments

Comments
 (0)