build(deps): bump @eslint/plugin-kit from 0.3.2 to 0.3.3 in the npm_and_yarn group across 1 directory #74
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: new contributor | |
| on: | |
| issues: | |
| types: | |
| - reopened | |
| - opened | |
| pull_request: | |
| types: | |
| - reopened | |
| - opened | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| new-contributor: | |
| name: Welcome new contributor | |
| if: github.repository == 'skyclouds2001/template-sky' | |
| timeout-minutes: 60 | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v1.3.0 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| Hello! Thank you for your contribution 💪 | |
| As it's your first contribution be sure to check out the checklist. | |
| Welcome aboard ⛵️! | |
| pr-message: | | |
| Hello! Thank you for your contribution 💪 | |
| As it's your first contribution be sure to check out the checklist. | |
| Welcome aboard ⛵️! |