Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 09:22:36 +0300
committerGitHub <noreply@github.com>2022-10-24 09:22:36 +0300
commit2ea66791bfecfeda59cdcee8fdbb1e25dc3dd7cb (patch)
treee5a612a70e9eb000cdfd664c36af58460cf3e7f5
parent9353064447d479efebfd61f2333b6ed77edddca6 (diff)
Bump pascalgn/automerge-action from 0.15.3 to 0.15.5
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.3 to 0.15.5. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.15.3...v0.15.5) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/generate_catalog_templates.yml2
-rw-r--r--.github/workflows/transifex.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml
index b4bd2fe11..b50b9b26f 100644
--- a/.github/workflows/generate_catalog_templates.yml
+++ b/.github/workflows/generate_catalog_templates.yml
@@ -23,7 +23,7 @@ jobs:
title: l10n
branch: update-l10n
signoff: true
- - uses: pascalgn/automerge-action@v0.15.3
+ - uses: pascalgn/automerge-action@v0.15.5
if: steps.cpr.outputs.pull-request-operation == 'created'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml
index e59916cf2..883384031 100644
--- a/.github/workflows/transifex.yml
+++ b/.github/workflows/transifex.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Auto-merge
steps:
- - uses: pascalgn/automerge-action@v0.15.3
+ - uses: pascalgn/automerge-action@v0.15.5
if: github.actor == 'transifex-integration[bot]'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"