Skip to content

Bump markupsafe from 2.1.4 to 2.1.5 #510

Bump markupsafe from 2.1.4 to 2.1.5

Bump markupsafe from 2.1.4 to 2.1.5 #510

Workflow file for this run

name: pr labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4.1.1
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}