RIS-492 Create rule S8265: Zone IDs passed to "ZoneId.of()" should be valid #323
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: Cleanup PR Resources | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| cleanup: | |
| runs-on: sonar-xs-public # Public repo | |
| permissions: | |
| actions: write | |
| steps: | |
| - uses: SonarSource/ci-github-actions/pr_cleanup@v1 |