From dd681f5dad308a2d87bb7251b216d7e4e71ee409 Mon Sep 17 00:00:00 2001 From: MultiQC Bot Date: Tue, 26 Sep 2023 18:48:11 +0200 Subject: [PATCH] ewels->vladsavelyev --- .github/workflows/changelog.py | 2 +- .github/workflows/changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.py b/.github/workflows/changelog.py index 78db08e160..c951e72471 100644 --- a/.github/workflows/changelog.py +++ b/.github/workflows/changelog.py @@ -24,7 +24,7 @@ import sys from pathlib import Path -REPO_URL = "https://github.com/ewels/MultiQC" +REPO_URL = "https://github.com/vladsavelyev/MultiQC" MODULES_DIR = "multiqc/modules" # Assumes the environment is set by the GitHub action. diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index f7775f23f5..c04e3ad5dd 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest # Only run if comment is on a PR with the main repo, and if it contains the magic keywords if: > - github.repository_owner == 'ewels' && + github.repository_owner == 'vladsavelyev' && github.event.issue.pull_request && startsWith(github.event.comment.body, '@multiqc-bot changelog')