# Kotlin Multiplatform GitHub Actions Automated Pull Request Labels

DevFeed: [Kotlin Multiplatform GitHub Actions Automated Pull Request Labels](<https://devfeed.tech/articles/kotlin-multiplatform-github-actions-automated-pull-request-labels-24823.md>)

Original publisher: [Read original article](<https://akjaw.com/kotlin-multiplatform-gha-automated-labels/>)

Author: Aleksander Jaworski

Published: 2024-03-04T16:41:32Z

Content type: tutorial

Language: en

Sources: [AKJAW](<https://devfeed.tech/sources/akjaw.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>)

## AI overview

The article discusses using Kotlin Multiplatform with GitHub Actions to automate pull request labels as part of code review. It states that automated labels can help prevent merges for broken pull requests and keep the main branch stable.

## Source excerpt

Having automated labels makes the Code Review process much safer by preventing merges for broken Pull Requests, ensuring that the main branch is stable