Skip to content

Commit b47dd68

Browse files
committed
small update in the docs regarding the changing behaviour of the gh actions bot
1 parent 6e904e4 commit b47dd68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ so do familiarize yourself with the following guidelines.
6060
4. The contributor answers the comments or fixes the proposed PR.
6161
5. The reviewer marks the PR with the word "LGTM."
6262
6. The maintainer could suggest merging the `master` branch to the PR branch a few times due to changes in the `master` branch.
63-
7. If the PR influences generated code/samples, a bot will inform about this in the PR comments.
63+
7. If the PR influences generated code/samples, a bot will inform about this in the PR checks.
6464
8. The maintainer runs TeamCity builds (unit tests and examples as integration tests).
6565
9. TeamCity writes the result (passed or not passed) to the PR checks at the bottom of the proposed PR.
6666
10. If it is possible, maintainers share the details of the failed build with the contributor.

KDOC_PREPROCESSING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This can be seen in action in the `core:processKDocsMain` and `core:changeJarTas
5858
To make sure the generated sources can be seen and reviewed on GitHub,
5959
since [PR #731](https://github.com/Kotlin/dataframe/pull/731),
6060
there's a [GitHub action](.github/workflows/generated-sources.yml) that runs the `core:processKDocsMain` task and
61-
comments the results on the PR. After a PR is merged, [another action](.github/workflows/generated-sources-master.yml)
61+
shows the results in the PR checks. After a PR is merged, [another action](.github/workflows/generated-sources-master.yml)
6262
runs on the master branch and commits the generated sources automatically.
6363
This way, the generated sources are always up to date with the latest changes in the code.
6464
This means you don't have to run and commit the generated sources yourself, though it's

0 commit comments

Comments
 (0)