Sarah Jiang
Sarah Jiang
@marcin-lulek-cint - Thanks for the suggestion and for trying out the Slack Github Action! 🎉 I'll mark this as a feature enhancement request and have set it for our next...
@meju7015 - Hm, seems like a relative path is accepted per the documentation. [All that is happening here](https://github.com/slackapi/slack-github-action/blob/54ab0a40d2dce881a507b3044df99291e75ff013/src/slack-send.js#L32-L38) is that it's trying to read the file system and failing to...
Hi @ndeloof! Thank you for writing in with this suggestion, and for trying out our git action! I think this sounds like a good enhancement and have triaged it initially...
@stevengill - 👋 Reviewing this a bit more. Below are the current usage instructions on the README, which do seem to suggest that the desired behavior is possible (i.e. "name...
Submitted a modified feature request to support more clarified naming on fields: #41
@nkj2001 - The error just means that Slack failed to create your file (the sync part just means that it attempted to create your file synchronously). Looking at your example...
@nkj2001 - I see you closed the issue, so I'm assuming you were able to resolve the error you were seeing 🎉 But for the benefit of others' future reference...
@nkj2001 - Alright, thanks for clarifying. So you're not having issues with files 150-200MB, but larger than that you're getting the error back? There is an outstanding bug server-side which...
Okay @nkj2001 - Thanks for providing the additional detail, I am confident that this is server-side issue and not an issue with the SDK tooling. I will raise the isue...
@vladislavrazumov - Thanks for providing your code here and for the helpful description of the behavior. If `unfurl_links: false` is not respected then it would be an issue server-side. API...