Skip to content

Commit

Permalink
fix autolabeler by adding labeler.yml action (#90)
Browse files Browse the repository at this point in the history
* fix autolabeler by adding pull request events

* fix autolabeler by adding pull request in labeler.yml
  • Loading branch information
shenxianpeng authored Mar 15, 2024
1 parent 02d9945 commit 1593372
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 1593372

Please sign in to comment.