From 96aa52fb77bf0715a6d61dbab2146f5e4e42a82c Mon Sep 17 00:00:00 2001 From: Zds <49744633+zds-s@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:54:25 +0800 Subject: [PATCH] Automatically add pr labels --- .github/boring-cyborg.yml | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/boring-cyborg.yml diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml new file mode 100644 index 00000000..2c0f6fc9 --- /dev/null +++ b/.github/boring-cyborg.yml @@ -0,0 +1,55 @@ +labelPRBasedOnFilePath: + AdminHttpKernel: + - src/AdminHttpKernel/**/* + MineCore: + - src/mine-core/**/* + Crontab: + - src/Crontab/**/* + Generator: + - src/generator/**/* + HttpServer: + - src/HttpServer/**/* + JwtAuth: + - src/jwt-auth/**/* + MineGenerator: + - src/mine-generator/**/* + MineHelpers: + - src/mine-helpers/**/* + MineService: + - src/mineService/**/* + Module: + - src/Module/**/* + NextCoreX: + - src/next-core-x/**/* + Office: + - src/office/**/* + SecurityAccess: + - src/SecurityAccess/**/* + SecurityBundle: + - src/SecurityBundle/**/* + SecurityHttp: + - src/SecurityHttp/**/* + Support: + - src/Support/**/* + Translatable: + - src/translatable/**/* + YamlConfig: + - src/YamlConfig/**/* + UnitTest: + - src/**/*Test.php + ChangeLog: + - CHANGELOG-*.md + Composer: + - composer.json + - src/*/composer.json + +firstPRWelcomeComment: > + Thanks for opening this pull request! Please check out our contributing guidelines. + +# Comment to be posted to congratulate user on their first merged PR +firstPRMergeComment: > + Awesome work, congrats on your first merged pull request! + +# Comment to be posted to on first time issues +firstIssueWelcomeComment: > + Thanks for opening your first issue here! Be sure to follow the issue template! \ No newline at end of file