Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 #53

Bump certifi from 2022.12.7 to 2023.7.22

Bump certifi from 2022.12.7 to 2023.7.22 #53

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"