-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change message ephemeral #20
Conversation
with: | ||
version: latest | ||
args: release --snapshot --skip-publish --rm-dist --debug | ||
args: release --snapshot --skip=publish --clean --verbose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several deprecated options
https://goreleaser.com/cmd/goreleaser_release/
@@ -1,3 +1,4 @@ | |||
version: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's needed to avoid this error
https://github.com/moneyforward/auriga/actions/runs/9889651283/job/27316188732
format_overrides: | ||
- goos: windows | ||
format: zip | ||
- format: tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made an IMO comment but I've approved. Thanks for contributing 🙏
@@ -62,6 +62,7 @@ func Test_slackResponseService_postEmailList(t *testing.T) { | |||
emails []*model.SlackUserEmail | |||
cid string | |||
ts string | |||
user string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[IMO] I think the variable name of userID
is better than user
because the argument indicating this value of postEmailList
is userID
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I'll fix it and merge this PR
Changed all statements by Auriga to EphemeralMessage.
I considered refactoring as well, but since the differences would be significant, I decided to limit the changes to the above for now
https://moneyforward.slack.com/archives/C03CB6NF2G6/p1720156080683339