Skip to content

Commit 37f8ced

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 2c584949f76b6b988a4ec04c657e9ee71d9a5214
Source: chore: add trigger template doc changelog (#605) Author: still fantasy Ref: refs/heads/main Commit: 2c584949f76b6b988a4ec04c657e9ee71d9a5214 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/2c584949f76b6b988a4ec04c657e9ee71d9a5214 🤖 Synced on 2025-09-24 05:33:34 UTC
1 parent 7e0ad05 commit 37f8ced

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

.github/SYNC_INFO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-22 08:30:57 UTC
3+
- **Last synced**: 2025-09-24 05:33:33 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [17a18250a6ccf81f70fcf0c79e9ec336c665e49b](https://github.com/alaudadevops/tektoncd-operator/commit/17a18250a6ccf81f70fcf0c79e9ec336c665e49b)
5+
- **Source commit**: [2c584949f76b6b988a4ec04c657e9ee71d9a5214](https://github.com/alaudadevops/tektoncd-operator/commit/2c584949f76b6b988a4ec04c657e9ee71d9a5214)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#72](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17909405105)
7+
- **Workflow run**: [#73](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17967372184)
88

99
## Files synced:
1010
- docs/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports={name:"plugin-prepare-lifecycle",factory:e=>({hooks:{afterAllInstalled(r){if(!r.topLevelWorkspace.manifest.scripts.get("prepare"))return;e("@yarnpkg/shell").execute("yarn prepare")}}})};

docs/en/teps/0001_triggertemplate_runtime_config.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ status: proposed
1111

1212
## Record of changes
1313

14-
| Order | Change of content | Reason for change | Change of time | Change of executor | Approved by |
15-
| :---- | :---------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | :----------------- | :--------------- |
16-
| 1 | triggertemplate.triggers.tekton.dev/usage | Tekton 中,triggertemplate.triggers.tekton.dev/type 字段描述并不够准确,可能让用户产生误解。建议将这个字段的名称更新为 triggertemplate.triggers.tekton.dev/usage,更好地反映其实际用途。 | 9.18 | [email protected] | [email protected] |
14+
| Order | Change of content | Reason for change | Change of time | Change of executor | Approved by |
15+
| :---- | :---------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | :----------------- | :---------------- |
16+
| 1 | triggertemplate.triggers.tekton.dev/usage | The triggertemplate.triggers.tekton.dev/type field in Tekton is not described accurately enough and may be misleading to users. It is recommended that the name of this field be updated to triggertemplate.triggers.tekton.dev/usage to better reflect its actual use. | 9.18 | [email protected] | [email protected] |
17+
| 2 | Field merging behavior | Harmonized specification of the merging behavior of fields | 9.19 | [email protected] | [email protected] |
1718

1819
## Summary
1920

docs/en/teps/0002_relate_triggertemplate_to_trigger.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ status: proposed
1111

1212
## Record of changes
1313

14-
| Order | Change of content | Reason for change | Change of time | Change of executor | Approved by |
15-
| :---- | :---------------- | :---------------- | -------------- | :----------------- | :---------- |
14+
| Order | Change of content | Reason for change | Change of time | Change of executor | Approved by |
15+
| :---- | :--------------------------- | :-------------------------------------------------------------------------------- | -------------- | :----------------- | :--------------- |
16+
| 1 | TriggerTemplate render logic | Constraints trigger the behavior of a template when used as an execution template | 9.22 | [email protected] | [email protected] |
1617

1718
## Summary
1819

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"devDependencies": {
33
"@alauda/doom": "^1.12.7",
4+
"simple-git-hooks": "^2.13.1",
45
"typescript": "^5.9.2"
56
},
67
"scripts": {
78
"dev": "doom dev",
89
"build": "doom build",
910
"lint": "doom lint",
1011
"serve": "doom serve",
12+
"prepare": "simple-git-hooks",
1113
"translate": "doom translate"
1214
},
13-
"packageManager": "[email protected]"
15+
"packageManager": "[email protected]",
16+
"simple-git-hooks": {
17+
"pre-commit": "yarn lint"
18+
}
1419
}

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9233,6 +9233,7 @@ __metadata:
92339233
resolution: "root-workspace-0b6124@workspace:."
92349234
dependencies:
92359235
"@alauda/doom": "npm:^1.12.7"
9236+
simple-git-hooks: "npm:^2.13.1"
92369237
typescript: "npm:^5.9.2"
92379238
languageName: unknown
92389239
linkType: soft
@@ -9672,6 +9673,15 @@ __metadata:
96729673
languageName: node
96739674
linkType: hard
96749675

9676+
"simple-git-hooks@npm:^2.13.1":
9677+
version: 2.13.1
9678+
resolution: "simple-git-hooks@npm:2.13.1"
9679+
bin:
9680+
simple-git-hooks: cli.js
9681+
checksum: 10c0/09631ce2cce5c6cf91f5a990bbefce88f95589ce112a601e2745b8e10ea951668c13f89b3fab2044506646380dcc91b618bb400d35142873a1990c4528b456bb
9682+
languageName: node
9683+
linkType: hard
9684+
96759685
"simple-git@npm:^3.28.0":
96769686
version: 3.28.0
96779687
resolution: "simple-git@npm:3.28.0"

0 commit comments

Comments
 (0)