Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github/actions: Update the codeowners workflow to use pull_request_ta…
…rget and streamline JSON handling. - Change trigger event from pull_request to pull_request_target to allow review requests on PRs from forked repos with correct permissions. - Simplify JSON array construction for reviewer usernames to eliminate unnecessary steps like removing '@' and converting space-separated usernames into a Bash array. - Remove explicit GitHub API version header as it is no longer required. - Enhance comments to better explain the steps for future maintenance. - Adjust permission alignment in the workflow YAML for consistency. Signed-off-by: Nikolay Martyanov <[email protected]>
- Loading branch information