Skip to content

Commit ac0a9a4

Browse files
workflow glitch discontinued
1 parent 2c48a4d commit ac0a9a4

File tree

3 files changed

+9
-35
lines changed

3 files changed

+9
-35
lines changed

.github/workflows/greeting.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# .github/workflows/greetings.yml
12
name: Greetings
23

34
on: [pull_request_target, issues]
@@ -9,8 +10,7 @@ jobs:
910
issues: write
1011
pull-requests: write
1112
steps:
12-
- uses: actions/first-interaction@v1
13-
with:
14-
repo-token: ${{ secrets.TOKEN }}
15-
issue-message: "Woohoo! Your first ever issue with us in this repository has been created🎊🎊!!"
16-
pr-message: "Perfection! Advancing through the open source world!🎊🎊 :) Please be patient while our maintainers and reviewers check the code."
13+
- uses: actions/first-interaction@v1
14+
with:
15+
repo-token: ${{ secrets.TOKEN }}
16+
issue-message: "Congratulations! Your first ever issue with us in this repository has been created. Please wait while it gets assigned to you."

.github/workflows/stale.yml

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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
![image](https://github.com/SnowScriptWinterOfCode/QuickQuiz/assets/97171261/bd54be3f-6450-42a3-993b-06f9972fe548)
33

44
## Maintainers
5-
[@i-am-SnehaChauhan](https://github.com/i-am-SnehaChauhan) and [@Nitya-Pasrija](https://github.com/Nitya-Pasrija)
5+
[@i-am-SnehaChauhan](https://github.com/i-am-SnehaChauhan) and [@Nitya-Pasrija](https://github.com/Nitya-Pasrija)
6+
7+
## Reviewers
8+
[@Akanchha112](https://github.com/Akanchha112)
69

710
Please reach out to the maintainers if you get stuck or wish to report someone.
811

0 commit comments

Comments
 (0)