pipeprogress 2023.3.0

Progress bar for long pipe operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
##################################################
# Name: labeler.yml
# Description: Configuration for Label workflow
##################################################

# Add 'documentation' label to markdown file changes
documentation:
  - docs/**
  - "*.md"

# Add 'rust' label to all rust file changes
rust:
  - "*.rs"