We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78744c commit e67e2f0Copy full SHA for e67e2f0
.github/workflows/auto-release.yml
@@ -1,7 +1,7 @@
1
name: Run Script on PR Merge
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [closed]
6
7
jobs:
chrom-seek
@@ -2,6 +2,7 @@
# -*- coding: UTF-8 -*-
"""
+
ABOUT: This is the main entry for the pipeline.
REQUIRES:
8
- python>=3.6
@@ -28,6 +29,7 @@ USAGE:
28
29
$ chrom-seek <command> [OPTIONS]
30
EXAMPLE:
31
$ chrom-seek run -h
32
33
34
35
# Python standard library
0 commit comments