Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

chore: bump actions/checkout from 4.2.2 to 6.0.0#256

chore: bump actions/checkout from 4.2.2 to 6.0.0

chore: bump actions/checkout from 4.2.2 to 6.0.0 #256

Workflow file for this run

name:Dependabot Pull Request Approve & Merge
on:pull_request
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
permissions:read-all
jobs:
dependabot:
name:Dependabot
permissions:
contents:write
pull-requests:write
runs-on:ubuntu-latest
if:${{ github.actor == 'dependabot[bot]' }}
steps:
-name:Fetch Metadata
id:dependabot-metadata
uses:dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b# v2.4.0
with:
github-token:"${{ secrets.GITHUB_TOKEN }}"
-name:Approve PR
if:${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
run:|
gh pr review --approve "${PR_URL}" -b "I'm **approving** this pull request because it includes a patch or minor update"
gh pr edit "${PR_URL}" --add-label "dependabot: auto approve"
env:
PR_URL:${{ github.event.pull_request.html_url }}
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
-name:Auto-Merge Non-Major Updates
if:${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
run:|
gh pr comment "${PR_URL}" --body "I'm automatically merging this PR because it includes a patch or minor update"
gh pr merge --auto --squash --delete-branch "${PR_URL}"
gh pr edit "${PR_URL}" --add-label "dependabot: auto merge"
env:
PR_URL:${{ github.event.pull_request.html_url }}
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
-name:Comment & Label Major Updates
if:${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-major' }}
run:|
gh pr comment "${PR_URL}" --body "I'm **NOT** automatically merging this PR because it includes a major update of a dependency"
gh pr edit "${PR_URL}" --add-label "dependabot: manual merge"
env:
PR_URL:${{ github.event.pull_request.html_url }}
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp