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

Commitab8ae3b

Browse files
committed
Fix auto-approve for outdated list
1 parent4445544 commitab8ae3b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎.github/workflows/outdated.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
-name:Checkout
1313
uses:actions/checkout@v4
1414
with:
15-
persist-credentials:false
15+
persist-credentials:false
1616

1717
-name:Install requirements
1818
run:|
@@ -38,15 +38,20 @@ jobs:
3838
uses:peter-evans/create-pull-request@v7
3939
with:
4040
commit-message:Update outdated dependencies list
41-
labels:dependencies
42-
title:"Chore: Update outdated dependencies list"
41+
labels:cleanup-no-release-required,dependencies, github_actions
42+
title: Update outdated dependencies list
4343
body:|
4444
```diff
4545
${{ steps.check-outdated.outputs.changes }}
4646
```
47-
branch:create-pull-request/outdated
4847
author:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
48+
branch:create-pull-request/outdated
4949
committer:GitHub <noreply@github.com>
50+
delete-branch:true
51+
token:${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
52+
push-to-fork:php-curl-class-helper/php-curl-class
53+
env:
54+
GITHUB_TOKEN:${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
5055

5156
-name:Pull request created or updated
5257
if:${{ steps.cpr.outputs.pull-request-number }}

‎.github/workflows/pre-commit-auto-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
${{ steps.gather-changes.outputs.changes }}
4545
```
4646
author:github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
47+
branch:create-pull-request/pre-commit
4748
committer:GitHub <noreply@github.com>
4849
delete-branch:true
4950
token:${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp