Access modifier on UnitsNetSetup.Default.QuantityParser is non-public
#392
This file contains hidden or 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: Pending author response | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| issue_commented: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: siegerts/pending-author-response@v1 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| pending-response-label: pending-response |