|
| 1 | +##### Labeler ########################################################################################################## |
| 2 | +labelPRBasedOnFilePath: |
| 3 | + area/logger: |
| 4 | + - packages/logger/src/* |
| 5 | + - packages/logger/src/**/* |
| 6 | + area/tracer: |
| 7 | + - packages/tracer/src/* |
| 8 | + - packages/tracer/src/**/* |
| 9 | + area/metrics: |
| 10 | + - packages/metrics/src/* |
| 11 | + - packages/metrics/src/**/* |
| 12 | + area/idempotency: |
| 13 | + - packages/idempotency/src/* |
| 14 | + - packages/idempotency/src/**/* |
| 15 | + area/parameters: |
| 16 | + - packages/parameters/src/* |
| 17 | + - packages/parameters/src/**/* |
| 18 | + area/parser: |
| 19 | + - packages/parser/src/* |
| 20 | + - packages/parser/src/**/* |
| 21 | + area/validator: |
| 22 | + - packages/validator/src/* |
| 23 | + - packages/validator/src/**/* |
| 24 | + area/batch: |
| 25 | + - packages/batch/src/* |
| 26 | + - packages/batch/src/**/* |
| 27 | + area/commons: |
| 28 | + - packages/commons/src/* |
| 29 | + - packages/commons/src/**/* |
| 30 | + |
| 31 | + area/layers: |
| 32 | + - layers/src/* |
| 33 | + - layers/src/**/* |
| 34 | + - layers/bin/* |
| 35 | + - layers/cdk.json |
| 36 | + |
| 37 | + type/tests: |
| 38 | + - packages/logger/tests/* |
| 39 | + - packages/logger/tests/**/* |
| 40 | + - packages/logger/jest.config.js |
| 41 | + - packages/tracer/tests/* |
| 42 | + - packages/tracer/tests/**/* |
| 43 | + - packages/tracer/jest.config.js |
| 44 | + - packages/metrics/tests/* |
| 45 | + - packages/metrics/tests/**/* |
| 46 | + - packages/metrics/jest.config.js |
| 47 | + - packages/idempotency/tests/* |
| 48 | + - packages/idempotency/tests/**/* |
| 49 | + - packages/idempotency/jest.config.js |
| 50 | + - packages/parameters/tests/* |
| 51 | + - packages/parameters/tests/**/* |
| 52 | + - packages/parameters/jest.config.js |
| 53 | + - packages/parser/tests/* |
| 54 | + - packages/parser/tests/**/* |
| 55 | + - packages/parser/jest.config.js |
| 56 | + - packages/validator/tests/* |
| 57 | + - packages/validator/tests/**/* |
| 58 | + - packages/validator/jest.config.js |
| 59 | + - packages/batch/tests/* |
| 60 | + - packages/batch/tests/**/* |
| 61 | + - packages/batch/jest.config.js |
| 62 | + - packages/commons/tests/* |
| 63 | + - packages/commons/tests/**/* |
| 64 | + - packages/commons/jest.config.js |
| 65 | + - layers/jest.config.js |
| 66 | + - layers/tests/* |
| 67 | + - layers/tests/**/* |
| 68 | + |
| 69 | + area/documentation: |
| 70 | + - docs/* |
| 71 | + - docs/**/* |
| 72 | + - mkdocs.yml |
| 73 | + - typedoc.js |
| 74 | + - examples/cdk/bin/* |
| 75 | + - examples/cdk/functions/* |
| 76 | + - examples/cdk/functions/**/* |
| 77 | + - examples/cdk/src/* |
| 78 | + - examples/cdk/src/**/* |
| 79 | + - examples/cdk/tests/* |
| 80 | + - examples/cdk/tests/**/* |
| 81 | + - examples/cdk/README.md |
| 82 | + - examples/cdk/cdk.json |
| 83 | + - examples/sam/events/* |
| 84 | + - examples/sam/src/* |
| 85 | + - examples/sam/src/**/* |
| 86 | + - examples/sam/tests/* |
| 87 | + - examples/sam/tests/**/* |
| 88 | + - examples/sam/README.md |
| 89 | + - examples/sam/template.yaml |
| 90 | + |
| 91 | + area/automation: |
| 92 | + - .github/scripts/* |
| 93 | + - .github/scripts/**/* |
| 94 | + - .github/workflows/* |
| 95 | + - .github/workflows/**/* |
| 96 | + - .github/actions/* |
| 97 | + - .github/actions/**/* |
| 98 | + - .github/release-drafter.yml |
| 99 | + - .github/boring-cyborg.yml |
| 100 | + - .github/semantic.yml |
| 101 | + |
| 102 | + type/internal: |
| 103 | + - .github/CODEOWNERS |
| 104 | + - .github/PULL_REQUEST_TEMPLATE.md |
| 105 | + - .github/ISSUE_TEMPLATE/* |
| 106 | + - CONTRIBUTING.md |
| 107 | + - MAINTAINERS.md |
| 108 | + - CODE_OF_CONDUCT.md |
| 109 | + - SECURITY.md |
| 110 | + - LICENSE |
| 111 | + - LICENSE-THIRD-PARTY |
| 112 | + - lerna.json |
| 113 | + - .nvmrc |
| 114 | + - .eslintrc.js |
| 115 | + - .eslintignore |
| 116 | + - .npmignore |
| 117 | + - .gitpod.yml |
| 118 | + - .husky/* |
| 119 | + - .devcontainer/* |
| 120 | + - packages/logger/tsconfig*.json |
| 121 | + - packages/logger/README.md |
| 122 | + - packages/metrics/tsconfig*.json |
| 123 | + - packages/metrics/README.md |
| 124 | + - packages/tracer/tsconfig*.json |
| 125 | + - packages/tracer/README.md |
| 126 | + - packages/parser/tsconfig*.json |
| 127 | + - packages/parser/README.md |
| 128 | + - packages/idempotency/tsconfig*.json |
| 129 | + - packages/idempotency/README.md |
| 130 | + - packages/batch/tsconfig*.json |
| 131 | + - packages/batch/README.md |
| 132 | + - packages/commons/tsconfig*.json |
| 133 | + - packages/commons/README.md |
| 134 | + - packages/validator/tsconfig*.json |
| 135 | + - packages/validator/README.md |
| 136 | + - packages/parser/tsconfig*.json |
| 137 | + - packages/parser/README.md |
| 138 | + - layers/tsconfig*.json |
| 139 | + - layers/README.md |
| 140 | + - examples/sam/tsconfig*.json |
| 141 | + - examples/cdk/tsconfig*.json |
| 142 | + |
| 143 | + type/dependencies: |
| 144 | + - package.json |
| 145 | + - package-lock.json |
| 146 | + - packages/tracer/package.json |
| 147 | + - packages/metrics/package.json |
| 148 | + - packages/logger/package.json |
| 149 | + - packages/commons/package.json |
| 150 | + - packages/parameters/package.json |
| 151 | + - packages/idempotency/package.json |
| 152 | + - packages/parser/package.json |
| 153 | + - packages/validator/package.json |
| 154 | + - packages/batch/package.json |
| 155 | + - layers/package.json |
| 156 | + - examples/cdk/package.json |
| 157 | + - examples/sam/package.json |
| 158 | + |
| 159 | +##### Greetings ######################################################################################################## |
| 160 | +firstPRWelcomeComment: > |
| 161 | + Thanks a lot for your first contribution! Please check out our [contributing guidelines](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/chore/pr_automation/CONTRIBUTING.md) and don't hesitate to ask whatever you need. |
| 162 | +
|
| 163 | + In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET) |
| 164 | +
|
| 165 | +# Comment to be posted to congratulate user on their first merged PR |
| 166 | +firstPRMergeComment: > |
| 167 | + Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |
| 168 | +
|
| 169 | +# Comment to be posted to on first time issues |
| 170 | +firstIssueWelcomeComment: > |
| 171 | + Thanks for opening your first issue here! We'll come back to you as soon as we can. |
| 172 | +
|
| 173 | + In the meantime, check out the #typescript channel on our AWS Lambda Powertools Discord: [Invite link](https://discord.gg/B8zZKbbyET) |
0 commit comments