Skip to content

Commit 1bce848

Browse files
authored
Update python-app.yml
1 parent 1bd5256 commit 1bce848

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/python-app.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
name: PR Event Listener
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request:
7+
types: [opened, synchronize, reopened]
8+
push:
9+
110
jobs:
211
process_pr_events:
312
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)