From 30e12b4483db4245cc12dd412f3dca1328088f8e Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Thu, 1 Feb 2024 07:57:47 +0100 Subject: [PATCH] chore: more adjusting of org bihealth => varfish-org (#133) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0f38948..af4b739 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 609d5be..f856af9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,7 +10,7 @@ assignees: '' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 32c5586..a18e5c8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,7 +16,7 @@ env: jobs: release-please: - if: github.repository_owner == 'bihealth' + if: github.repository_owner == 'varfish-org' runs-on: ubuntu-latest outputs: release_created: ${{ steps.release.outputs.release_created }}