Update module github.com/go-resty/resty/v2 to v2.17.0 #4
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: "License Scanner Reminder Message" | |
| on: | |
| pull_request: | |
| jobs: | |
| reminder: | |
| name: License Scanner Reminder Message | |
| runs-on: dispatch-1vcpu-ubuntu | |
| steps: | |
| - uses: thollander/actions-comment-pull-request@v3 | |
| with: | |
| message: | | |
| Please don't forget to add a license scanner action to your repo, and then delete the `.github/workflows/license-scanner-temp-action.yml` file when you're done. | |
| See https://dispatchit.atlassian.net/wiki/spaces/PTD/pages/3479961609/License+Scanning#Adding-the-license-scanner-to-GitHub-Actions-for-a-repository for more information. | |
| - run: exit 1 |