chore: Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.0 to 7.0.20 #4
Workflow file for this run
This file contains hidden or 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: π Greet New Contributors | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| π **Welcome to JsonViewer.Blazor!** | |
| Thank you for opening your first issue! We're excited to have you here. | |
| A maintainer will review your issue soon. In the meantime, please make sure you've provided all the necessary information. | |
| **Helpful Resources:** | |
| - π [Documentation](https://jsonviewer-component.github.io/Blazor/) | |
| - π€ [Contributing Guide](https://github.com/JsonViewer-Component/Blazor/blob/main/CONTRIBUTING.md) | |
| - π¬ [Discussions](https://github.com/JsonViewer-Component/Blazor/discussions) | |
| Happy coding! π | |
| pr-message: | | |
| π **Awesome! Your first pull request!** | |
| Thank you for contributing to JsonViewer.Blazor! We really appreciate your effort. | |
| **What happens next:** | |
| - β Automated checks will run | |
| - π A maintainer will review your PR | |
| - π¬ We may ask for changes or clarifications | |
| - π Once approved, your PR will be merged! | |
| **Tips for a smooth review:** | |
| - Make sure all tests pass | |
| - Follow our [coding standards](https://github.com/JsonViewer-Component/Blazor/blob/main/CONTRIBUTING.md#coding-standards) | |
| - Keep commits focused and descriptive | |
| Thank you for making open source better! π | |