Skip to content

Bump google-github-actions/auth from 2.0.1 to 2.1.1 #1695

Bump google-github-actions/auth from 2.0.1 to 2.1.1

Bump google-github-actions/auth from 2.0.1 to 2.1.1 #1695

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/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Assign PR
uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}