Skip to content

Commit d9a31cb

Browse files
authored
Create TodoClosed.yml
1 parent 6bb9e9c commit d9a31cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/TodoClosed.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Issue Closed
2+
3+
on:
4+
issues:
5+
types: [closed]
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v4
13+
14+
- name: Send notification
15+
run: echo "An issue has been closed!"

0 commit comments

Comments
 (0)