Skip to content

Bump rollup from 3.23.1 to 3.24.0 #97

Bump rollup from 3.23.1 to 3.24.0

Bump rollup from 3.23.1 to 3.24.0 #97

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 }}