Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Alexa.NET in the nuget group #250
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: '👋 Hi there! Thanks for your contribution to the project by posting your first issue!' | |
pr-message: '🙌 Yes! Thank you for submitting a PR to the project!' |