We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c5ff3 commit 5a7945eCopy full SHA for 5a7945e
.github/workflows/welcome.yml
@@ -13,10 +13,6 @@ jobs:
13
steps:
14
- uses: actions/[email protected]
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