Skip to content

chore(deps): Bump axios from 0.21.4 to 0.28.0 #303

chore(deps): Bump axios from 0.21.4 to 0.28.0

chore(deps): Bump axios from 0.21.4 to 0.28.0 #303

Workflow file for this run

name: Greetings :)
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: First Interaction
uses: actions/first-interaction@v1
with:
# Token for the repository
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Comment to post on an individual's first issue
issue-message: 'Hello! Congrat on your first issue! Ping me on Twitter for faster reviews too :)'
# Comment to post on an individual's first pull request
pr-message: 'Hello! Congrat on your first pull request. I (Brian) really appreciated it~ :D :)'