Upgrade to version 8 causes hanging of processes which dotnet monitor is supposed to be monitoring #53
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: Respond To First Issue | |
on: | |
issues: | |
types: | |
- opened | |
permissions: {} | |
jobs: | |
check-if-new-user: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "## Welcome to dotnet-monitor!\nThanks for creating your first issue; let us know what you think of dotnet-monitor by filling out our [survey](https://aka.ms/dotnet-monitor-survey?src=firstissue)." |