Skip to content

chore(deps-dev): bump got from 12.5.3 to 14.6.5 #23

chore(deps-dev): bump got from 12.5.3 to 14.6.5

chore(deps-dev): bump got from 12.5.3 to 14.6.5 #23

Workflow file for this run

name: Auto Assign
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}