This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit fc34fe89e7a86747591c214b05663285c9d7628b Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Tue Aug 22 21:35:02 2023 +0800 Add published paper refs to the readme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b3d849..27eeef3 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,11 @@ The `header check` command theoretically supports all kinds of file types, while - There is an [activity diagram](./docs/header_fix_logic.svg) explaining the implemented license header fixing mechanism in-depth. The diagram's source file can be found [here](./docs/header_fix_logic.plantuml). +## Papers + +- CCF-A [AUGER: Automatically Generating Review Comments with Pre-training Models](https://2022.esec-fse.org/details/fse-2022-research-papers/21/AUGER-Automatically-Generating-Review-Comments-with-Pre-training-Models) +- CCF-C [DeepRelease: Language-agnostic Release Notes Generation from Pull Requests of Open-source Software](https://www.computer.org/csdl/proceedings-article/apsec/2021/378400a101/1B4mbM3STVm) + ## Contribution - If you find any file type should be supported by the aforementioned configurations, but it's not listed there, feel free to [open a pull request](https://github.com/apache/skywalking-eyes/pulls) to add the configuration into the two files.
