Skip to content

Commit 8744280

Browse files
committed
changed workflows
1 parent 0d7ad14 commit 8744280

File tree

5 files changed

+2
-35
lines changed

5 files changed

+2
-35
lines changed

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
issue-message: "👋 Thank you for raising an issue! We appreciate your effort in helping us improve. A maintainer from `Dataverse` will review it shortly. Stay tuned!"
16-
pr-message: " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from `Dataverse` will review it as soon as possible. We appreciate your support in making this project better."
16+
pr-message: " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from `Dataverse` will review it soon. We appreciate your support in making this project better."

.github/workflows/issue-reminder.yml

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

.github/workflows/pr_raise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
COMMENT=$(cat <<EOF
2020
{
21-
"body": " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from `Dataverse` team will review it as soon as possible. We appreciate your support in making Dataverse better."
21+
"body": " 🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from `Dataverse` team will review it soon. We appreciate your support in making `Dataverse` better."
2222
}
2323
EOF
2424
)
19 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)