asdf2014 opened a new pull request, #14383: URL: https://github.com/apache/druid/pull/14383
<!-- Replace XXXX with the id of the issue fixed in this PR. Remove this section if there is no corresponding issue. Don't reference the issue in the title of this pull-request. --> <!-- If you are a committer, follow the PR action item checklist for committers: https://github.com/apache/druid/blob/master/dev/committer-instructions.md#pr-and-issue-action-item-checklist-for-committers. --> ### Description Added workflow links so that we can jump into the detailed pages of workflows, as follows: | Workflow | Status | | :----------------------------------- | :----------------------------------------------------------- | | โ๏ธ CodeQL Config | [](https://github.com/apache/druid/actions/workflows/codeql-config.yml) | | ๐ CodeQL | [](https://github.com/apache/druid/actions/workflows/codeql.yml) | | ๐ Cron Job ITS | [](https://github.com/apache/druid/actions/workflows/cron-job-its.yml) | | ๐ท๏ธ Labeler | [](https://github.com/apache/druid/actions/workflows/labeler.yml) | | โป๏ธ Reusable Revised ITS | [](https://github.com/apache/druid/actions/workflows/reusable-revised-its.yml) | | โป๏ธ Reusable Standard ITS | [](https://github.com/apache/druid/actions/workflows/reusable-standard-its.yml) | | โป๏ธ Reusable Unit Tests | [](https://github.com/apache/druid/actions/workflows/reusable-unit-tests.yml) | | ๐ Revised ITS | [](https://github.com/apache/druid/actions/workflows/revised-its.yml) | | ๐ง Standard ITS | [](https://github.com/apache/druid/actions/workflows/standard-its.yml) | | ๐ ๏ธ Static Checks | [](https://github.com/apache/druid/actions/workflows/static-checks.yml) | | ๐งช Unit and Integration Tests Unified | [](https://github.com/apache/druid/actions/workflows/unit-and-integration-tests-unified.yml) | | ๐ฌ Unit Tests | [](https://github.com/apache/druid/actions/workflows/unit-tests.yml) | <hr> <!-- Check the items by putting "x" in the brackets for the done things. Not all of these items apply to every PR. Remove the items which are not done or not relevant to the PR. None of the items from the checklist below are strictly necessary, but it would be very helpful if you at least self-review the PR. --> This PR has: - [x] been self-reviewed. - [x] using the [concurrency checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md) (Remove this item if the PR doesn't have any relation to concurrency.) - [x] added documentation for new or modified features or behaviors. - [x] a release note entry in the PR description. - [x] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links. - [x] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/druid/blob/master/dev/license.md) - [x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [x] added integration tests. - [x] been tested in a test Druid cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
