Skip to content

Commit

Permalink
ewels->vladsavelyev
Browse files Browse the repository at this point in the history
  • Loading branch information
MultiQC Bot committed Sep 26, 2023
1 parent 9bf2cef commit dd681f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit dd681f5

Please sign in to comment.