mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Fix auto-approve for outdated list
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install requirements
|
||||
run: |
|
||||
@@ -38,15 +38,20 @@ jobs:
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
commit-message: Update outdated dependencies list
|
||||
labels: dependencies
|
||||
title: "Chore: Update outdated dependencies list"
|
||||
labels: cleanup-no-release-required, dependencies, github_actions
|
||||
title: ⬆ Update outdated dependencies list
|
||||
body: |
|
||||
```diff
|
||||
${{ steps.check-outdated.outputs.changes }}
|
||||
```
|
||||
branch: create-pull-request/outdated
|
||||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
branch: create-pull-request/outdated
|
||||
committer: GitHub <noreply@github.com>
|
||||
delete-branch: true
|
||||
token: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
|
||||
push-to-fork: php-curl-class-helper/php-curl-class
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
|
||||
|
||||
- name: Pull request created or updated
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
|
||||
@@ -44,6 +44,7 @@ jobs:
|
||||
${{ steps.gather-changes.outputs.changes }}
|
||||
```
|
||||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
branch: create-pull-request/pre-commit
|
||||
committer: GitHub <noreply@github.com>
|
||||
delete-branch: true
|
||||
token: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user