Compare commits

...

6 Commits
trunk ... dev

Author SHA1 Message Date
openvela-robot 8905a6c391 update workflow files 2026-02-02 19:51:48 +08:00
openvela-robot c8d31936db update .github 2026-01-04 11:03:54 +08:00
openvela-robot f33fe55366 update .github 2026-01-04 11:03:54 +08:00
openvela-robot 194631dfdb update workflows ci.yml, delete pull_request_review trigger 2026-01-04 11:03:54 +08:00
openvela-robot 325efa11f5 add .github/CODEOWNERS PULL_REQUEST_TEMPLATE.md 2026-01-04 11:03:54 +08:00
zhangxiaowei16 d04f1a7ac0 Modify ReadMe
Signed-off-by: zhangxiaowei16 <zhangxiaowei16@xiaomi.com>
2026-01-04 11:03:52 +08:00
3 changed files with 5 additions and 3 deletions

View File

@ -10,5 +10,5 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
checkpatch:
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@dev
secrets: inherit

View File

@ -6,9 +6,11 @@ name: CI
on:
pull_request_target:
types: [opened, reopened, synchronize]
issue_comment:
types: [created]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
uses: open-vela/public-actions/.github/workflows/ci.yml@dev
secrets: inherit

View File

@ -6,6 +6,6 @@ on:
jobs:
stale:
uses: open-vela/public-actions/.github/workflows/stale.yml@trunk
uses: open-vela/public-actions/.github/workflows/stale.yml@dev
secrets: inherit