Skip to content

feat: zincrBy 메서드 추가 및 테스트 케이스 작성 #31

feat: zincrBy 메서드 추가 및 테스트 케이스 작성

feat: zincrBy 메서드 추가 및 테스트 케이스 작성 #31

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}