Skip to content

Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.2 #107

Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.2

Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.2 #107

Workflow file for this run

name: Issue / PR assignment
on:
issues:
types: [opened]
pull_request:
types: [opened]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue / PR'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: illandril
allowSelfAssign: true