Greetings #65
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: Greetings | |
| on: [pull_request_target, issues] | |
| 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 MCP Analytics! 👋 | |
| Thank you for opening your first issue. Our team will review it and respond as soon as possible. | |
| In the meantime: | |
| - Check our [documentation](https://mcpanalytics.ai/docs) for answers | |
| - Browse [existing issues](https://github.com/embeddedlayers/mcp-analytics/issues) for similar problems | |
| - Start a [discussion](https://github.com/embeddedlayers/mcp-analytics/discussions) if you have questions | |
| pr-message: | | |
| Welcome to MCP Analytics! 🎉 | |
| Thank you for your first contribution! We're excited to review your pull request. | |
| Please ensure: | |
| - Your PR follows our [contributing guidelines](https://github.com/embeddedlayers/mcp-analytics/blob/main/CONTRIBUTING.md) | |
| - All checks are passing | |
| - You've tested your changes | |
| Our team will review your PR soon! |