Bump rubocop from 1.66.1 to 1.68.0 #656
Workflow file for this run
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: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thanks for helping us all be Better Together! It looks like this is your first time creating an issue in this repository. Please be sure to read the code of conduct and take a look for existing issues when you''re ready to contribute!' | |
pr-message: 'Thanks for you contribution! We couldn''t do this without the support of awesome people like you!' |