Skip to content

Bump actions/create-github-app-token from 2 to 3 #13

Bump actions/create-github-app-token from 2 to 3

Bump actions/create-github-app-token from 2 to 3 #13

Workflow file for this run

# Copyright (C) 2025 Katsute <https://github.com/Katsute>
name: Dependabot[bot]
on: [workflow_call, pull_request_target]
jobs:
dependabot:
name: Dependabot[bot]
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Approve Pull Request
continue-on-error: true
run: gh pr review $PR --approve
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR: ${{ github.event.pull_request.number }}