mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
Fix: limit github action permission (#5210)
* Fix: limit github action permission Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> * all limit Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com> Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
This commit is contained in:
3
.github/workflows/commit-lint.yml
vendored
3
.github/workflows/commit-lint.yml
vendored
@@ -8,6 +8,9 @@ on:
|
||||
- labeled
|
||||
- unlabeled
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user