Skip to content

pip stable: bump dateparser from 1.1.3 to 1.2.0 #37

pip stable: bump dateparser from 1.1.3 to 1.2.0

pip stable: bump dateparser from 1.1.3 to 1.2.0 #37

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [ "opened" ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"