Skip to content

Commit 6450749

Browse files
authored
Create issues.yml
1 parent b8cdc4e commit 6450749

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/issues.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Issues
2+
on:
3+
issues:
4+
types: [opened]
5+
jobs:
6+
comment-with-action:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Comment
10+
run: echo '${{toJSON(github.event)}}' jq
11+
shell: bash
12+

0 commit comments

Comments
 (0)