fix(notifications): prevent PowerShell string injection on Windows (#1138) #736
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: Changeset Check | |
| # Thin caller for the shared org workflow. Non-blocking: comments when a pull | |
| # request adds no changeset, removes the comment when one appears. | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| branches: [main] | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| changeset-check: | |
| uses: Nano-Collective/.github/.github/workflows/changeset-check.yml@main |