Skip to content

minio-rs: refactored all functions #223

minio-rs: refactored all functions

minio-rs: refactored all functions #223

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- labeled
- unlabeled
jobs:
check_labels:
name: Check for labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: highlight,breaking-change,security-fix,enhancement,bug
repo_token: ${{ secrets.GITHUB_TOKEN }}