There was an error while loading. Please reload this page.
2 parents 34c5ff3 + 5a7945e commit 3c682bbCopy full SHA for 3c682bb
1 file changed
.github/workflows/welcome.yml
@@ -13,10 +13,6 @@ jobs:
13
steps:
14
- uses: actions/first-interaction@v3.1.0
15
with:
16
- repo-token: ${{ secrets.GITHUB_TOKEN }}
17
- issue-message:
18
- "Hello there, thank you for opening an Issue ! 🙏🏻 The team
19
- was notified and they will get back to you asap."
20
- pr-message:
21
- "Hello there, thank you for opening an PR ! 🙏🏻 The team was
22
- notified and they will get back to you asap."
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ issue_message: "Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap."
+ pr_message: "Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap."
0 commit comments