Masahiro Furudate
Masahiro Furudate
Fixes #388.
There is a limit (500) to the number of messages that can be sent at one time in SendAll of messaging. I would like to check the upper limit in...
Add my [Everyday Contrib](https://github.com/178inaba/everyday_contrib) app.
Fix "Github" to "GitHub".
```console $ goreleaser check .goreleaser.yml • loading config file file=.goreleaser.yml ⨯ command failed error=yaml: line 24: did not find expected '-' indicator ```
The checks for 'Deploy Preview' are being incorporated into unintended workflows. This has been identified as a result of GitHub's specifications. https://github.com/orgs/community/discussions/24616 Given the aforementioned issue, and also because I'm...
In the case of deploying to the live channel, it seems that `repoToken` is not being used based on the code. Therefore, I have removed it.
**Description:** "Validate 'setup-go'" is failing. The cause is that the architecture of macos-latest has become arm64. https://github.com/actions/runner-images **Action version:** v5.0.0 **Platform:** - [ ] Ubuntu - [x] macOS - [...
**Description:** golang.org is redirect to go.dev ``` $ curl -v 'https://golang.org/dl/?mode=json&include=all' ... < HTTP/2 301 ... < location: https://go.dev/dl/?mode=json&include=all ... Moved Permanently. ``` **Related issue:** None. **Check list:** - ~[...
**Description:** The line endings of package.json were CRLF, so I converted them to LF. **Related issue:** None. **Check list:** - ~[ ] Mark if documentation changes are required.~ - ~[...