Skip to content

Commit

Permalink
Create TodoClosed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkdl0048 authored Aug 1, 2024
1 parent 6bb9e9c commit d9a31cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/TodoClosed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Issue Closed

on:
issues:
types: [closed]

jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Send notification
run: echo "An issue has been closed!"

0 comments on commit d9a31cb

Please sign in to comment.