🐛 Set symbol kind as Module so that is not filtered out later in the analyzer #58
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: PR Closed | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| types: | |
| - closed | |
| jobs: | |
| cherry_pick_job: | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| if: github.event.pull_request.merged == true | |
| secrets: inherit | |
| uses: konveyor/release-tools/.github/workflows/cherry-pick.yml@main |