Skip to content

Bump axios, @nestjs/common, @nestjs/config, @nestjs/platform-express, @nestjs/jwt, @nestjs/passport, @nestjs/schedule, @nestjs/swagger, @nestjs/typeorm and @nestjs/testing #16

Bump axios, @nestjs/common, @nestjs/config, @nestjs/platform-express, @nestjs/jwt, @nestjs/passport, @nestjs/schedule, @nestjs/swagger, @nestjs/typeorm and @nestjs/testing

Bump axios, @nestjs/common, @nestjs/config, @nestjs/platform-express, @nestjs/jwt, @nestjs/passport, @nestjs/schedule, @nestjs/swagger, @nestjs/typeorm and @nestjs/testing #16

Workflow file for this run

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: 'Thank you for your contribution. We will check and reply to you as soon as possible.'
pr-message: 'Thank you for your contribution. We will check and reply to you as soon as possible.'