chore(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.120.1 #465
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: [issues, pull_request_target] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hi, this is your first issue in Arbiter project. Thanks for your report. Welcome to join the community!' | |
pr-message: 'Hi, this is your first pull request in Arbiter project. Thanks for your contribution! Arbiter will be better because of you.' |