Skip to content

Commit 16a0318

Browse files
iobuhovclaude
andcommitted
fix(ci): embed welcome message in PullRequestFork workflow to avoid checkout
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9832c05 commit 16a0318

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/PullRequestFork.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,24 @@ jobs:
1616
steps:
1717
- name: "First welcome comment"
1818
run: |
19-
gh pr comment $PR --body-file ./.github/pull_request_welcome_message.md
19+
gh pr comment $PR --body "$(cat <<'EOF'
20+
Hello maker! ☺️
21+
22+
Thank you for opening a pull request to the \`web-widgets\` repository and helping us make our widgets better. 💙
23+
24+
A small note from the maintainers:
25+
26+
We know that you probably wish to see your cool new feature or fix ASAP, but bringing a new feature to the widget is a small journey. But don't be scared! We just need time to triage, test, and analyze this feature or fix. We may request XML, code, or other changes that may be needed to match our desired look and feel for the new feature. We, as maintainers, strive to make sure that every change made in the code doesn't break existing behavior.
27+
28+
For now, here is what will happen next:
29+
30+
1. Our TotW\* will quickly scan your code and, if all is well, trigger a PR check.
31+
2. We will discuss your new feature or fix within our team.
32+
3. If we decide to add it, we will do code review and testing. As mentioned, we may ask you to make some changes.
33+
4. If all goes well, we will publish this new feature or fix in the next minor or patch release.
34+
35+
IMPORTANT: This repository uses code checks (linters, tests, etc.). Someone from our team will trigger these checks for your PR. In short, we will not proceed with your PR until all checks are green. It's the PR owner's goal to make checks green; maintainers are not going to do it for you.
36+
37+
\* TotW — Tech of the Week
38+
EOF
39+
)"

0 commit comments

Comments
 (0)