Skip to content

Commit

Permalink
feat: create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Mar 15, 2024
1 parent 93ee8a9 commit ea53da3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PR Autolabeler

on:
# pull_request event is required for autolabeler
pull_request:
types: [opened, reopened, synchronize]

jobs:
draft-release:
uses: cpp-linter/.github/.github/workflows/release-drafter.yml@main

0 comments on commit ea53da3

Please sign in to comment.