releaase 2.11 (#703)
This commit is contained in:
18
.github/labeler.yml
vendored
18
.github/labeler.yml
vendored
@ -1,18 +0,0 @@
|
||||
# https://github.com/actions/labeler#common-examples
|
||||
|
||||
examples:
|
||||
- examples/**
|
||||
|
||||
source:
|
||||
- cmake/**
|
||||
- include/cutlass/**
|
||||
|
||||
documentation:
|
||||
- docs/**
|
||||
- media/**
|
||||
|
||||
testing:
|
||||
- test/**
|
||||
|
||||
tooling:
|
||||
- tools/**
|
||||
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
@ -5,8 +5,7 @@ on:
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: read-all|write-all
|
||||
steps:
|
||||
- uses: actions/labeler@master
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user