Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
chore: difficultyボードの削除・issueラベルの日本語化 (#330)
Browse files Browse the repository at this point in the history
* chore: difficultyボードの削除

* chore: issueラベルの日本語化
  • Loading branch information
book000 authored Sep 1, 2022
1 parent 02ab6a4 commit ba4e6c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
28 changes: 8 additions & 20 deletions .github/card-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
Main:
'♻️ 優先度低 - Low priority':
- '♻️Status: Waiting [Low]'
'☢️ 優先度高 - High priority':
- '☢️Status: Waiting [High]'
'🚧 作業中 - In Progress':
- '🚧Status: In Progress'
'✅ 完了済み - Done / Closed':
- '✅Status: Done'

Difficulty:
'🐒難易度激低':
- '🐒難易度激低'
'☺️難易度低':
- '☺️難易度低'
'😀難易度中':
- '😀難易度中'
'🔥難易度高':
- '🔥難易度高'
'💣難易度激高':
- '💣難易度激高'
'♻️ 優先度低':
- '♻️優先度低'
'☢️ 優先度高':
- '☢️優先度高'
'🚧 作業中':
- '🚧作業中'
'✅ 完了済み':
- '✅完了済み'
9 changes: 1 addition & 8 deletions .github/workflows/set-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,4 @@ jobs:
uses: srggrs/assign-one-project-github-action@1.3.1
with:
project: 'https://github.com/jaoafa/Javajaotan2/projects/1'
column_name: '❓ 優先度未振り分け - Needs triage'

- name: Difficulty Project
uses: srggrs/assign-one-project-github-action@1.3.1
if: github.event_name == 'issues'
with:
project: 'https://github.com/jaoafa/Javajaotan2/projects/2'
column_name: '❓ 未分類'
column_name: '❓ 優先度未振り分け'
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Eclipse などでも開発できますが、開発のサポートは IntelliJ ID

- コマンド・機能の開発を始める前に、次の作業を実施してください。
- **`upstream/master` からリベースプルを行い、最新の状態に更新する**
- **[Projects](https://github.com/jaoafa/Javajaotan2/projects/1) で、該当する看板があれば `In Progress` に移動する**
- **[Projects](https://github.com/jaoafa/Javajaotan2/projects/1) で、該当する看板があれば `🚧 作業中` に移動する**
- 必要に応じて、ブランチを分ける
(ブランチを分けることで同時に複数のコマンド・機能を開発できます。この際 `upstream/master` を元としてブランチを作成してください)
- 必要に応じて、該当する Issue の `Assignees` に自分を追加する
Expand Down

0 comments on commit ba4e6c9

Please sign in to comment.