Skip to content

Commit

Permalink
chore(ci): auto doc labeler job
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Dec 25, 2023
1 parent 89129c9 commit 6336226
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/doc-label-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Doc not needed:
- '- \[x\] I have written the necessary rustdoc comments'
19 changes: 19 additions & 0 deletions .github/workflows/doc-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "PR Doc Labeler"
on:
pull_request:
types: [opened, edited]

permissions:
pull-requests: write
contents: read

jobs:
triage:
if: ${{ github.repository == 'waynexia/greptimedb' }}
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/doc-label-config.yml
enable-versioned-regex: false
repo-token: ${{ github.token }}

0 comments on commit 6336226

Please sign in to comment.