Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: reflect handle name change #1173

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: indigosan
patreon: yutotrd
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
OPENCVSHARP_TAG=`echo "$RELEASES_JSON" | jq -r "$FILTER"`

#ダウンロード
RELEASE=`gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/indigo-san/opencvsharp-extern-builds/releases/tags/$OPENCVSHARP_TAG`
RELEASE=`gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/yuto-trd/opencvsharp-extern-builds/releases/tags/$OPENCVSHARP_TAG`
ASSET_ID=`echo "$RELEASE" | jq '.assets | map(select(.name == "libOpenCvSharpExtern.so"))[0].id'`

cd output/Beutl
gh api -H "Accept: application/octet-stream" -H "X-GitHub-Api-Version: 2022-11-28" /repos/indigo-san/opencvsharp-extern-builds/releases/assets/$ASSET_ID > libOpenCvSharpExtern.so
gh api -H "Accept: application/octet-stream" -H "X-GitHub-Api-Version: 2022-11-28" /repos/yuto-trd/opencvsharp-extern-builds/releases/assets/$ASSET_ID > libOpenCvSharpExtern.so

- name: Zip
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
committer: GitHub <[email protected]>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
labels: housekeeping
assignees: indigo-san
reviewers: indigo-san
assignees: yuto-trd
reviewers: yuto-trd
branch: chore/fix-codeformatting
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
OPENCVSHARP_TAG=`echo "$RELEASES_JSON" | jq -r "$FILTER"`

#ダウンロード
RELEASE=`gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/indigo-san/opencvsharp-extern-builds/releases/tags/$OPENCVSHARP_TAG`
RELEASE=`gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/yuto-trd/opencvsharp-extern-builds/releases/tags/$OPENCVSHARP_TAG`
ASSET_ID=`echo "$RELEASE" | jq '.assets | map(select(.name == "libOpenCvSharpExtern.so"))[0].id'`

cd output/Beutl
gh api -H "Accept: application/octet-stream" -H "X-GitHub-Api-Version: 2022-11-28" /repos/indigo-san/opencvsharp-extern-builds/releases/assets/$ASSET_ID > libOpenCvSharpExtern.so
gh api -H "Accept: application/octet-stream" -H "X-GitHub-Api-Version: 2022-11-28" /repos/yuto-trd/opencvsharp-extern-builds/releases/assets/$ASSET_ID > libOpenCvSharpExtern.so

- name: Zip
run: ./build.sh zip --runtime ${{ matrix.rid }} --skip publish --version ${{ needs.determine-version.outputs.nugetVer }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: indigo-san/todo-comments-in-pr@v1
- uses: yuto-trd/todo-comments-in-pr@v1
id: todos

- name: Generate a summary of the tasks
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 indigo-san
Copyright (c) 2021 Yuto Terada

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,11 +1079,11 @@ Public License instead of this License. But first, please read
```

## FluentAvalonia.BreadcrumbBar
https://github.com/indigo-san/FluentAvalonia.BreadcrumbBar
https://github.com/yuto-trd/FluentAvalonia.BreadcrumbBar

MIT License

Copyright (c) 2022 indigo-san
Copyright (c) 2022 Yuto Terada

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -1819,7 +1819,7 @@ SOFTWARE.
Third party licenses may be applicable. These have been disclosed in THIRD_PARTIES.md

## PanelExtension
https://github.com/indigo-san/PanelExtension
https://github.com/yuto-trd/PanelExtension

MIT License

Expand Down
4 changes: 2 additions & 2 deletions src/Beutl/Views/EditorHostFallback.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
<ui:BitmapIcon x:Name="githubLogo" />
</Button>
<Button Click="SocialClick"
Tag="Twitter"
ToolTip.Tip="Twitter">
Tag="X"
ToolTip.Tip="X">
<ui:BitmapIcon x:Name="xLogo" Margin="2" />
</Button>
<Button Click="SocialClick"
Expand Down
4 changes: 2 additions & 2 deletions src/Beutl/Views/EditorHostFallback.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ static void OpenBrowser(string? url)
case "GitHub":
OpenBrowser("https://github.com/b-editor/beutl");
break;
case "Twitter":
OpenBrowser("https://twitter.com/indigo_san_");
case "X":
OpenBrowser("https://x.com/yuto_daisensei");
break;
case "Url":
OpenBrowser("https://github.com/b-editor");
Expand Down
Loading