Merge pull request #2312 from element-hq/renovate/peter-evans-create-pull-request-6.x

Update peter-evans/create-pull-request action to v6.0.3
This commit is contained in:
fkwp
2024-04-15 09:22:37 +02:00
committed by GitHub
4 changed files with 6 additions and 8 deletions

View File

@@ -6,13 +6,13 @@ on:
- opened
- labeled
paths-ignore:
- '.github/**'
- 'docs/**'
- ".github/**"
- "docs/**"
push:
branches: [livekit, full-mesh]
paths-ignore:
- '.github/**'
- 'docs/**'
- ".github/**"
- "docs/**"
jobs:
build_element_call:
uses: ./.github/workflows/element-call.yaml
@@ -21,4 +21,3 @@ jobs:
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

View File

@@ -82,4 +82,3 @@ jobs:
desc: |
Do you trust the author of this PR? Maybe this build will steal your keys or give you malware.
Exercise caution. Use test accounts.

View File

@@ -38,7 +38,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6.0.2
uses: peter-evans/create-pull-request@v6.0.3
with:
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
branch: actions/localazy-download

View File

@@ -4,7 +4,7 @@ on:
branches:
- livekit
paths-ignore:
- '.github/**'
- ".github/**"
jobs:
upload: