Skip to content

Commit b127084

Browse files
committed
collect issue comment events
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent eadfaee commit b127084

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: issue_comment
2+
3+
jobs:
4+
handle:
5+
name: Handle event
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/upload-artifact@v4
9+
with:
10+
name: event
11+
path: ${{ github.event_path }}

0 commit comments

Comments
 (0)