Skip to content

Bump axios from 0.27.2 to 1.7.8 #468

Bump axios from 0.27.2 to 1.7.8

Bump axios from 0.27.2 to 1.7.8 #468

Workflow file for this run

name: 'Welcome New Contributors'
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome-new-contributor:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: 'Greet the contributor'
uses: garg3133/welcome-new-contributors@a38583ed8282e23d63d7bf919ca2d9fb95300ca6
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello there, thanks for opening your first issue. We welcome you to the community!'
pr-message: 'Hello there, thanks for opening your first Pull Request. Someone will review it soon.'