Error message should be more informative when integer literal is being used as both integer and float #216
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Set Issue Expectations | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
comment-on-issue: | |
name: Comment On Issue | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
args: | | |
comment "Thanks for reporting this! To set expectations: | |
- Issues are reviewed in [batches](https://github.com/elm/expectations/blob/master/batching.md), so it can take some time to get a response. | |
- Ask questions in a [community forum](https://elm-lang.org/community). You will get an answer quicker that way! | |
- If you experience something similar, open a new issue. [We like duplicates](https://github.com/elm/expectations/blob/master/duplicates.md). | |
Finally, please be patient with the core team. They are trying their best with limited resources." |