Skip to content

Commit 00eee5c

Browse files
authoredSep 16, 2019
only run job on comments activity (#408)
1 parent fc8cc21 commit 00eee5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/stale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
}
4747
4848
- name: Mark active
49+
if: github.event_name == 'issue_comment'
4950
uses: actions/github-script@0.2.0
5051
with:
5152
github-token: ${{github.token}}

0 commit comments

Comments
 (0)
Please sign in to comment.