Skip to content

Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 #101

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

Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 #101

Workflow file for this run

name: "Auto Assign"
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.5.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign PR
uses: kentaro-m/auto-assign-action@v1.2.5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}