Issues with welcome workflow
See original GitHub issue🐛 Bug description
There are two issues with the welcome workflow:
- It fails with “Error: Resource not accessible by integration” (refer to the attached image).
Solution: Replace pull_request
with pull_request_target
on this line.
- The text is not being formatted as properly and also the link to the contributions guide is not working because of the
).
at the end (refer to the attached image).
My analysis: I checked the workflow, it uses actions/first-interaction, and that uses typescript’s console.log
for rendering the text. And TTBOMK, it’s not possible to do formatting with console.log
.
Solution: Remove the markdown style formatting and pass simple strings.
I’ll open a PR to fix this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Troubleshooting Welcome automation
In this article, you will find the most common mistakes you can make when setting up Welcome automation workflows and steps on how...
Read more >Welcome Series Workflow - Drip Help Center
Inform the customer about the problem your brand solves. What to expect from doing business with my brand - this could be a...
Read more >Troubleshooting List-Triggered Automations (Welcome Emails)
Troubleshooting List-Triggered Automations (Welcome Emails). Learn about common issues with list-triggered automations and how to troubleshoot them.
Read more >Welcome email best practices: Making a great first impression
2. Ask new subscribers to do something high-value · 2. Ask new subscribers to do something high-value · 1. Promotion: · 2. Education:...
Read more >Fix Mailchimp Welcome Series - OrganicWeb
Because the workflow calculates who to send to based on when you create the welcome series there can be issues if you keep...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rushabh-v Yes, please close it. Thanks for understanding!
Okay, should I close #1845 then?