Skip to content

Commit

Permalink
env: add labeler workflow (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeYeopHan committed Sep 4, 2024
1 parent fd9b02f commit 5ec2ea1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request Labeler

on:
pull_request_target:
types:
- opened
- synchronize

jobs:
label:
name: Create Label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ec2ea1

Please sign in to comment.