Tweaks to get VSCode's internal linters to quit whinging and make the… #325
Workflow file for this run
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: Trigger Review Project | |
| on: | |
| pull_request_target: | |
| types: ["opened", "synchronize", "reopened", "edited", "review_requested", "review_request_removed"] | |
| pull_request_review: | |
| pull_request_review_comment: | |
| permissions: | |
| actions: read | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| trigger_project_workflow: | |
| uses: MetOffice/growss/.github/workflows/trigger-project-workflow.yaml@main | |
| secrets: inherit |