Skip to content
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

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Change message ephemeral #20

merged 3 commits into from
Jul 16, 2024

Conversation

ichiki-mfw
Copy link
Contributor

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

with:
version: latest
args: release --snapshot --skip-publish --rm-dist --debug
args: release --snapshot --skip=publish --clean --verbose
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format_overrides:
- goos: windows
format: zip
- format: tar.gz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ichiki-mfw
Copy link
Contributor Author

@sho0126hiro 🙏

Copy link
Member

@sho0126hiro sho0126hiro left a 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
Copy link
Member

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.

Copy link
Contributor Author

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

@ichiki-mfw ichiki-mfw merged commit 45f6ef2 into develop Jul 16, 2024
2 checks passed
@ichiki-mfw ichiki-mfw mentioned this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants