Skip to content

Commit

Permalink
[ci]完善组件中的ci-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbb666 authored and mysterywolf committed Sep 14, 2024
1 parent bb91502 commit 45952ca
Showing 1 changed file with 148 additions and 0 deletions.
148 changes: 148 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,154 @@ Component:
- changed-files:
- any-glob-to-any-file: components/dfs_v2**

'component: net':
- changed-files:
- any-glob-to-any-file: components/net**

'component: net/at':
- changed-files:
- any-glob-to-any-file: components/net/at**

'component: net/lwip':
- changed-files:
- any-glob-to-any-file: components/net/lwip**

'component: net/netdev':
- changed-files:
- any-glob-to-any-file: components/net/netdev**

'component: net/sal':
- changed-files:
- any-glob-to-any-file: components/net/sal**

'component: drivers':
- changed-files:
- any-glob-to-any-file: components/drivers**

'component: drivers/audio':
- changed-files:
- any-glob-to-any-file: components/drivers/audio**

'component: drivers/can':
- changed-files:
- any-glob-to-any-file: components/drivers/can**

'component: drivers/clk':
- changed-files:
- any-glob-to-any-file: components/drivers/clk**

'component: drivers/core':
- changed-files:
- any-glob-to-any-file: components/drivers/core**

'component: drivers/cputime':
- changed-files:
- any-glob-to-any-file: components/drivers/cputime**

'component: drivers/graphic':
- changed-files:
- any-glob-to-any-file: components/drivers/graphic**

'component: drivers/hwcrypto':
- changed-files:
- any-glob-to-any-file: components/drivers/hwcrypto**

'component: drivers/hwtimer':
- changed-files:
- any-glob-to-any-file: components/drivers/hwtimer**

'component: drivers/i2c':
- changed-files:
- any-glob-to-any-file: components/drivers/i2c**

'component: drivers/ipc':
- changed-files:
- any-glob-to-any-file: components/drivers/ipc**

'component: drivers/ktime':
- changed-files:
- any-glob-to-any-file: components/drivers/ktime**

'component: drivers/misc':
- changed-files:
- any-glob-to-any-file: components/drivers/misc**

'component: drivers/mtd':
- changed-files:
- any-glob-to-any-file: components/drivers/mtd**

'component: drivers/ofw':
- changed-files:
- any-glob-to-any-file: components/drivers/ofw**

'component: drivers/pci':
- changed-files:
- any-glob-to-any-file: components/drivers/pci**

'component: drivers/phy':
- changed-files:
- any-glob-to-any-file: components/drivers/phy**

'component: drivers/pic':
- changed-files:
- any-glob-to-any-file: components/drivers/pic**

'component: drivers/pinctrl':
- changed-files:
- any-glob-to-any-file: components/drivers/pinctrl**

'component: drivers/pm':
- changed-files:
- any-glob-to-any-file: components/drivers/pm**

'component: drivers/rtc':
- changed-files:
- any-glob-to-any-file: components/drivers/rtc**

'component: drivers/sdio':
- changed-files:
- any-glob-to-any-file: components/drivers/sdio**

'component: drivers/sensor_v1':
- changed-files:
- any-glob-to-any-file: components/drivers/sensor/v1**

'component: drivers/sensor_v2':
- changed-files:
- any-glob-to-any-file: components/drivers/sensor/v2**

'component: drivers/serial':
- changed-files:
- any-glob-to-any-file: components/drivers/serial**

'component: drivers/spi':
- changed-files:
- any-glob-to-any-file: components/drivers/spi**

'component: drivers/touch':
- changed-files:
- any-glob-to-any-file: components/drivers/touch**

'component: drivers/usb':
- changed-files:
- any-glob-to-any-file: components/drivers/usb**

'component: drivers/virtio':
- changed-files:
- any-glob-to-any-file: components/drivers/virtio**

'component: drivers/watchdog':
- changed-files:
- any-glob-to-any-file: components/drivers/watchdog**

'component: drivers/wlan':
- changed-files:
- any-glob-to-any-file: components/drivers/wlan**

'component: finsh':
- changed-files:
- any-glob-to-any-file: components/finsh**

libcpu:
- changed-files:
- any-glob-to-any-file: libcpu/**
Expand Down

0 comments on commit 45952ca

Please sign in to comment.