画像プロパティの取得ロジックを改善し、ユーザーアバターの表示を最適化しました。また、マルチリンガルコミュニティの説明文を更新しました。 #345
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |