VS Code Extension for Auto Claude #13
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: Welcome | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| issues: | |
| types: [opened] | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| 👋 Thanks for opening your first issue! | |
| A maintainer will triage this soon. In the meantime: | |
| - Make sure you've provided all the requested info | |
| - Join our [Discord](https://discord.gg/QhRnz9m5HE) for faster help | |
| pr-message: | | |
| 🎉 Thanks for your first PR! | |
| A maintainer will review it soon. Please make sure: | |
| - Your branch is synced with `develop` | |
| - CI checks pass | |
| - You've followed our [contribution guide](https://github.com/AndyMik90/Auto-Claude/blob/develop/CONTRIBUTING.md) | |
| Welcome to the Auto Claude community! |