Skip to content

Commit

Permalink
a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Dec 21, 2023
1 parent f482b24 commit 8af2080
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/auto-label.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This Script can be tested locally with
*
* export GH_TOKEN=**** GITHUB_REPOSITORY=quisquous/cactbot PR_NUMBER=$NUM
* export GH_TOKEN=**** GITHUB_REPOSITORY=OverlayPlugin/cactbot PR_NUMBER=$NUM
* node ./.github/scripts/auto-label.cjs
*/
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/lint-pr-title.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This Script can be tested locally with
*
* export GH_TOKEN=**** GITHUB_REPOSITORY=quisquous/cactbot PR_NUMBER=$NUM
* export GH_TOKEN=**** GITHUB_REPOSITORY=OverlayPlugin/cactbot PR_NUMBER=$NUM
* node ./.github/scripts/lint-pr-title.cjs
*/
'use strict';
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
validate_tag:
runs-on: ubuntu-latest
if: ${{ github.repository == 'quisquous/cactbot' }}
if: ${{ github.repository == 'OverlayPlugin/cactbot' }}
outputs:
version: ${{ steps.determine_version.outputs.version }}
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
create_release:
runs-on: windows-latest
needs: [validate_tag, validate_versions]
if: ${{ github.repository == 'quisquous/cactbot' }}
if: ${{ github.repository == 'OverlayPlugin/cactbot' }}
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
steps:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
create_npm_package:
needs: [create_release]
runs-on: ubuntu-latest
if: ${{ github.repository == 'quisquous/cactbot' }}
if: ${{ github.repository == 'OverlayPlugin/cactbot' }}
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cactbot (ffxiv raiding overlay)

<img align="right" src="https://raw.githubusercontent.com/quisquous/cactbot/main/screenshots/cactbot-logo-320x320.png">
<img align="right" src="https://raw.githubusercontent.com/OverlayPlugin/cactbot/main/screenshots/cactbot-logo-320x320.png">

[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/quisquous/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/quisquous/cactbot?color=brightgreen&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/OverlayPlugin/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/OverlayPlugin/cactbot?color=brightgreen&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)

🌎 [**English**] [[简体中文](docs/zh-CN/README.md)] [[한국어](docs/ko-KR/README.md)]

Expand Down
2 changes: 1 addition & 1 deletion docs/LogGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This guide was last updated for:

## Data Flow

![Alt text](https://g.gravizo.com/source/data_flow?https%3A%2F%2Fraw.githubusercontent.com%2Fquisquous%2Fcactbot%2Fmain%2Fdocs%2FLogGuide.md)
![Alt text](https://g.gravizo.com/source/data_flow?https%3A%2F%2Fraw.githubusercontent.com%OverlayPlugin%2Fcactbot%2Fmain%2Fdocs%2FLogGuide.md)

<details>
<summary></summary>
Expand Down
4 changes: 2 additions & 2 deletions docs/ko-KR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<img align="right" src="../../screenshots/cactbot-logo-320x320.png">

[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/quisquous/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/quisquous/cactbot?color=brightgreen&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/OverlayPlugin/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/OverlayPlugin/cactbot?color=brightgreen&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)

🌎 [[English](../../README.md)] [[简体中文](../zh-CN/README.md)] [**한국어**]

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# cactbot (ffxiv raid 悬浮窗)

<img align="right" src="https://raw.githubusercontent.com/quisquous/cactbot/main/screenshots/cactbot-logo-320x320.png" />
<img align="right" src="https://raw.githubusercontent.com/OverlayPlugin/cactbot/main/screenshots/cactbot-logo-320x320.png" />

[![GitHub 工作流程状态(分支)](https://img.shields.io/github/actions/workflow/status/quisquous/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain) [![GitHub 发行版(最新的 SemVer)](https://img.shields.io/github/v/release/quisquous/cactbot?color=brightgreen\&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)
[![GitHub 工作流程状态(分支)](https://img.shields.io/github/actions/workflow/status/OverlayPlugin/cactbot/test.yml?branch=main)](https://github.com/OverlayPlugin/cactbot/actions?query=workflow%3ATest+branch%3Amain) [![GitHub 发行版(最新的 SemVer)](https://img.shields.io/github/v/release/OverlayPlugin/cactbot?color=brightgreen\&sort=semver)](https://github.com/OverlayPlugin/cactbot/releases/latest)

🌎 [[English](../../README.md)] [**简体中文**] [[한국어](../ko-KR/README.md)]

Expand Down
2 changes: 1 addition & 1 deletion plugin/CactbotEventSource/VersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Cactbot {
class VersionChecker {
private ILogger logger_ = null;

public const string kRepo = "quisquous/cactbot";
public const string kRepo = "OverlayPlugin/cactbot";
public const string kDownloadUrl = "https://github.com/{REPO}/releases/download/v{VERSION}/cactbot-{VERSION}.zip";

public VersionChecker(ILogger logger) {
Expand Down

0 comments on commit 8af2080

Please sign in to comment.