Skip to content

build(dev-dependency): ⬆️ bump pytz from 2023.3.post1 to 2023.4 #670

build(dev-dependency): ⬆️ bump pytz from 2023.3.post1 to 2023.4

build(dev-dependency): ⬆️ bump pytz from 2023.3.post1 to 2023.4 #670

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Romain Brault <mail@romainbrault.com>
#
# SPDX-License-Identifier: MIT
name: "Pull Request Size Labelling"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
add-labels:
runs-on: ubuntu-latest
steps:
- uses: JoshwJB/pull-request-size-labelling-probot@v1.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}