Skip to content

chore: 🤖 Add strict .npmrc file #1

chore: 🤖 Add strict .npmrc file

chore: 🤖 Add strict .npmrc file #1

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
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}