Skip to content

Commit 6e183cb

Browse files
Utkarsh MishraUtkarsh Mishra
Utkarsh Mishra
authored and
Utkarsh Mishra
committed
workflow updated
1 parent e967865 commit 6e183cb

File tree

3 files changed

+16
-23
lines changed

3 files changed

+16
-23
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/greetings.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Greetings
2+
3+
on: [pull_request, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
- uses: actions/first-interaction@v1
13+
with:
14+
repo-token: ${{ secrets.COOL }}
15+
issue-message: "Thank you for raising this issue🎉🎈"
16+
pr-message: "Thank you for sending the PR🎈🎉✨"

.github/workflows/stale.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)