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

View File

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

View File

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

View File

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