Skip to content

画像プロパティの取得ロジックを改善し、ユーザーアバターの表示を最適化しました。また、マルチリンガルコミュニティの説明文を更新しました。 #345

画像プロパティの取得ロジックを改善し、ユーザーアバターの表示を最適化しました。また、マルチリンガルコミュニティの説明文を更新しました。

画像プロパティの取得ロジックを改善し、ユーザーアバターの表示を最適化しました。また、マルチリンガルコミュニティの説明文を更新しました。 #345

Workflow file for this run

name: Adds all issues and PRs to project board backlog
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/ttizze/projects/5
github-token: ${{ secrets.PROJECT_TOKEN }}