Skip to content

Commit e67e2f0

Browse files
rroutsongRyan Routsong
andauthored
Verify autorel (#116)
* chore: text spacing * fix: move from pull-request to pull-request-target --------- Co-authored-by: Ryan Routsong <ryan.routsong@nih.gov>
1 parent c78744c commit e67e2f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Run Script on PR Merge
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [closed]
66

77
jobs:

chrom-seek

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: UTF-8 -*-
33

44
"""
5+
56
ABOUT: This is the main entry for the pipeline.
67
REQUIRES:
78
- python>=3.6
@@ -28,6 +29,7 @@ USAGE:
2829
$ chrom-seek <command> [OPTIONS]
2930
EXAMPLE:
3031
$ chrom-seek run -h
32+
3133
"""
3234

3335
# Python standard library

0 commit comments

Comments
 (0)