mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 01:01:21 -03:00
Update automerge.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
5
.github/workflows/automerge.yaml
vendored
5
.github/workflows/automerge.yaml
vendored
@@ -14,8 +14,9 @@ jobs:
|
||||
- name: Approve PR
|
||||
uses: hmarr/auto-approve-action@v3
|
||||
if: ${{
|
||||
contains(steps.check-label.outputs.head-commit-message, 'by renovate') ||
|
||||
contains(steps.check-label.outputs.head-commit-message, '.all-contributorsrc') }}
|
||||
contains(github.event.pull_request.title, 'by renovate') ||
|
||||
contains(github.event.pull_request.title, '.all-contributorsrc')
|
||||
}}
|
||||
with:
|
||||
github-token: "${{ secrets.OR_PAT }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user