chore(deps): Bump axios from 0.21.4 to 0.28.0 #303
This file contains 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: 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 :)' |