Skip to content

Commit 915189d

Browse files
committed
test changing sources
1 parent b40af4a commit 915189d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generated-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
issue_number: context.issue.number,
5151
owner: context.repo.owner,
5252
repo: context.repo.repo,
53-
body: "KDocs have been updated. Please check the changes at [this branch](https://github.com/${{ github.repository }}/tree/docs-update-${{ github.run_number }})",
53+
body: "Generated sources have been updated. Please check the changes at [this branch](https://github.com/${{ github.repository }}/tree/docs-update-${{ github.run_number }})",
5454
})

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/add.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import kotlin.reflect.KProperty
2828

2929
// region Add existing columns
3030

31-
/**
31+
/** TEST
3232
* Creates new [DataFrame] with given columns added to the end of original [DataFrame.columns] list.
3333
*
3434
* Original [DataFrame] is not modified.

0 commit comments

Comments
 (0)