Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

build(deps): bump rich from 13.5.2 to 13.7.0 #66

build(deps): bump rich from 13.5.2 to 13.7.0

build(deps): bump rich from 13.5.2 to 13.7.0 #66

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Security Runner
uses: step-security/harden-runner@v2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}