* New Crowdin translations by Github Action * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Ran script/fix-translation-errors.js * Reverted translated files with parsing and rendering errors * fix malformed liquid * add next directory to exclude list * currentversion -> currentVersion * fix liquid errors * fix liquid errors * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on * Reset known broken translation files LAST * Run script/i18n/homogenize-frontmatter.js Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Rachael Sewell <rachmari@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
336 lines
11 KiB
YAML
336 lines
11 KiB
YAML
---
|
||
-
|
||
title: サービスの例
|
||
description: サービスコンテナを使うワークフローの例
|
||
languages: JavaScript
|
||
href: actions/example-services
|
||
tags:
|
||
- サービスコンテナ
|
||
-
|
||
title: GitHubラベルを宣言的にセットアップ
|
||
description: リポジトリ間にわたってラベルを宣言的にセットアップするGitHub Actions
|
||
languages: JavaScript
|
||
href: lannonbr/issue-label-manager-action
|
||
tags:
|
||
- issues
|
||
- labels
|
||
-
|
||
title: 宣言的にGitHubラベルを同期
|
||
description: 宣言的な方法でGitHubラベルを同期するGitHub Action
|
||
languages: 'Go, Dockerfile'
|
||
href: micnncim/action-label-syncer
|
||
tags:
|
||
- issues
|
||
- labels
|
||
-
|
||
title: GitHubへのリリースの追加
|
||
description: アクションでGitHubリリースを公開
|
||
languages: 'Dockerfile, Shell'
|
||
href: elgohr/Github-Release-Action
|
||
tags:
|
||
- releases
|
||
- 公開
|
||
-
|
||
title: Dockerhubにdockerイメージを公開
|
||
description: Dockerイメージのビルドと公開に使われるGitHub Action
|
||
languages: 'Dockerfile, Shell'
|
||
href: elgohr/Publish-Docker-Github-Action
|
||
tags:
|
||
- docker
|
||
- 公開
|
||
- ビルド
|
||
-
|
||
title: ファイルからの内容を使ってIssueを作成
|
||
description: ファイルからの内容を利用してIssueを作成するGitHub Action
|
||
languages: 'JavaScript, Python'
|
||
href: peter-evans/create-issue-from-file
|
||
tags:
|
||
- issues
|
||
-
|
||
title: アセット付きでGitHubリリースを公開
|
||
description: GitHubリリースを作成するGitHub Action
|
||
languages: 'TypeScript, Shell, JavaScript'
|
||
href: softprops/action-gh-release
|
||
tags:
|
||
- releases
|
||
- 公開
|
||
-
|
||
title: GitHubプロジェクトオートメーション+
|
||
description: 任意のwebhookイベントでGitHubプロジェクトカードを自動化
|
||
languages: JavaScript
|
||
href: alex-page/github-project-automation-plus
|
||
tags:
|
||
- projects
|
||
- 自動化
|
||
- issues
|
||
- pull requests
|
||
-
|
||
title: WebインターフェースでGitHub Actionsをローカル実行
|
||
description: GitHub Actionsワークフローをローカルで実行(local)
|
||
languages: 'JavaScript, HTML, Dockerfile, CSS'
|
||
href: phishy/wflow
|
||
tags:
|
||
- local-development
|
||
- devops
|
||
- docker
|
||
-
|
||
title: GitHub Actionsをローカルで実行
|
||
description: ターミナル内でGitHub Actionsをローカルで実行
|
||
languages: 'Go, Shell'
|
||
href: nektos/act
|
||
tags:
|
||
- local-development
|
||
- devops
|
||
- docker
|
||
-
|
||
title: AndroidのデバッグAPKをビルド及び公開
|
||
description: デバッグAPKをAndroidプロジェクトからビルド及びリリース
|
||
languages: 'Shell, Dockerfile'
|
||
href: ShaunLWM/action-release-debugapk
|
||
tags:
|
||
- android
|
||
- ビルド
|
||
-
|
||
title: GitHub Actions用の連続したビルド番号の生成
|
||
description: 連続したビルド番号を生成するためのGitHub Action
|
||
languages: JavaScript
|
||
href: einaregilsson/build-number
|
||
tags:
|
||
- ビルド
|
||
- 自動化
|
||
-
|
||
title: リポジトリにプッシュバックするGitHub Action
|
||
description: 認証の問題なくGitHubリポジトリにGitの変更をプッシュ
|
||
languages: 'JavaScript, Shell'
|
||
href: ad-m/github-push-action
|
||
tags:
|
||
- 公開
|
||
-
|
||
title: イベントに基づいてリリースノートを生成
|
||
description: イベントに基づいてリリースノートを自動生成するアクション
|
||
languages: 'Shell, Dockerfile'
|
||
href: Decathlon/release-notes-generator-action
|
||
tags:
|
||
- releases
|
||
- 公開
|
||
-
|
||
title: 提供されたMarkdownファイルに基づいてGitHub wikiページを生成
|
||
description: 提供されたMarkdownファイルに基づいてGitHub wikiページを生成
|
||
languages: 'Shell, Dockerfile'
|
||
href: Decathlon/wiki-page-creator-action
|
||
tags:
|
||
- wiki
|
||
- 公開
|
||
-
|
||
title: Pull Requestを自動的に魔法のようにラベル付け(コミットされたファイルを使用)
|
||
description: Pull Requestを自動的に魔法のようにラベル付けするGitHub Action(コミットされたファイルを使用)
|
||
languages: 'TypeScript, Dockerfile, JavaScript'
|
||
href: Decathlon/pull-request-labeler-action
|
||
tags:
|
||
- projects
|
||
- issues
|
||
- labels
|
||
-
|
||
title: 作者のTeam名に基づいてPull Requestにラベルを追加
|
||
description: 作者名に基づいてPull Requestをラベル付けするGitHub Action
|
||
languages: 'TypeScript, JavaScript'
|
||
href: JulienKode/team-labeler-action
|
||
tags:
|
||
- プルリクエスト
|
||
- labels
|
||
-
|
||
title: PR/プッシュによるファイル変更のリスト取得
|
||
description: このアクションで、リポジトリ中で変更されたファイルの出力が得られます。
|
||
languages: 'TypeScript, Shell, JavaScript'
|
||
href: trilom/file-changes-action
|
||
tags:
|
||
- ワークフロー
|
||
- リポジトリ
|
||
-
|
||
title: 任意のワークフロー中のプライベートアクション
|
||
description: プライベートのGitHub Actionsを容易に再利用できるようにします
|
||
languages: 'TypeScript, JavaScript, Shell'
|
||
href: InVisionApp/private-action-loader
|
||
tags:
|
||
- ワークフロー
|
||
- tools
|
||
-
|
||
title: Issueの内容を使ってIssueにラベル付けします
|
||
description: ラベルとアサインされた人で自動的にIssueにタグ付けするGitHub Action
|
||
languages: 'JavaScript, TypeScript'
|
||
href: damccorm/tag-ur-it
|
||
tags:
|
||
- ワークフロー
|
||
- tools
|
||
- labels
|
||
- issues
|
||
-
|
||
title: GitHubリリースのロールバック
|
||
description: リリースをロールバックあるいは削除するGitHub Action
|
||
languages: 'JavaScript'
|
||
href: author/action-rollback
|
||
tags:
|
||
- ワークフロー
|
||
- releases
|
||
-
|
||
title: クローズされたIssue及びPull Requestのロック
|
||
description: 一定期間アクティビティのなかったあとにクローズされたIssueやPull RequestをロックするGitHub Action
|
||
languages: 'JavaScript'
|
||
href: dessant/lock-threads
|
||
tags:
|
||
- issues
|
||
- pull requests
|
||
- ワークフロー
|
||
-
|
||
title: 2つのブランチ間のコミットの差異数の取得
|
||
description: このGitHub Actionは2つのブランチを比較し、それらの間のコミットカウントを返します。
|
||
languages: 'JavaScript, Shell'
|
||
href: jessicalostinspace/commit-difference-action
|
||
tags:
|
||
- コミット
|
||
- diff
|
||
- ワークフロー
|
||
-
|
||
title: Git参照に基づくリリースノートを生成
|
||
description: changelogとリリースノートを生成するGitHub Action
|
||
languages: 'JavaScript, Shell'
|
||
href: metcalfc/changelog-generator
|
||
tags:
|
||
- cicd
|
||
- release-notes
|
||
- ワークフロー
|
||
- 変更履歴
|
||
-
|
||
title: GitHubリポジトリとコミットにポリシーを適用する
|
||
description: パイプラインに対するポリシーの適用
|
||
languages: 'Go, Makefile, Dockerfile, Shell'
|
||
href: talos-systems/conform
|
||
tags:
|
||
- docker
|
||
- build-automation
|
||
- ワークフロー
|
||
-
|
||
title: Issueに基づく自動ラベル
|
||
description: Issueの説明に基づいてIssueに自動的にラベル付け
|
||
languages: 'TypeScript, JavaScript, Dockerfile'
|
||
href: Renato66/auto-label
|
||
tags:
|
||
- labels
|
||
- ワークフロー
|
||
- 自動化
|
||
-
|
||
title: 設定されたGitHub Actionsを最新バージョンにアップデート
|
||
description: すべてのアクションが最新かどうかをチェックするCLIツール
|
||
languages: 'C#, Inno Setup, PowerSHell, Shell'
|
||
href: fabasoad/ghacu
|
||
tags:
|
||
- versions
|
||
- cli
|
||
- ワークフロー
|
||
-
|
||
title: Issueブランチの作成
|
||
description: Issueブランチの作成を自動化するGitHub Action
|
||
languages: 'JavaScript, Shell'
|
||
href: robvanderleek/create-issue-branch
|
||
tags:
|
||
- probot
|
||
- issues
|
||
- labels
|
||
-
|
||
title: 古い成果物を削除
|
||
description: 成果物のクリーンアップをカスタマイズ
|
||
languages: 'JavaScript, Shell'
|
||
href: c-hive/gha-remove-artifacts
|
||
tags:
|
||
- 成果物
|
||
- ワークフロー
|
||
-
|
||
title: 定義されたファイル/バイナリをWikiあるいは外部リポジトリと同期
|
||
description: 変更を、たとえばwikiのような外部リポジトリに自動的に同期するGitHub Action
|
||
languages: 'Shell, Dockerfile'
|
||
href: kai-tub/external-repo-sync-action
|
||
tags:
|
||
- wiki
|
||
- 同期
|
||
- ワークフロー
|
||
-
|
||
title: 任意のファイルに基づいてGitHub Wikiページを作成/更新/削除
|
||
description: ファイルとディレクトリの除外、そして実際のファイルの削除をできるようにしながら、rsyncを使ってGitHub wikiを更新
|
||
languages: 'Shell, Dockerfile'
|
||
href: Andrew-Chen-Wang/github-wiki-action
|
||
tags:
|
||
- wiki
|
||
- docker
|
||
- ワークフロー
|
||
-
|
||
title: Prow GitHub Actions
|
||
description: ポリシー適用の自動化、chat-ops、自動PRマージ
|
||
languages: 'TypeScript, JavaScript'
|
||
href: jpmcb/prow-github-actions
|
||
tags:
|
||
- chat-ops
|
||
- prow
|
||
- ワークフロー
|
||
-
|
||
title: ワークフロー中でのGitHubステータスのチェック
|
||
description: ワークフロー中でのGitHubステータスのチェック
|
||
languages: 'TypeScript, JavaScript'
|
||
href: crazy-max/ghaction-github-status
|
||
tags:
|
||
- ステータス
|
||
- モニタリング
|
||
- ワークフロー
|
||
-
|
||
title: GitHub上でラベルをコードとして管理
|
||
description: ラベルを管理(作成/名前の変更/更新/削除)をするGitHub Action
|
||
languages: 'TypeScript, JavaScript'
|
||
href: crazy-max/ghaction-github-labeler
|
||
tags:
|
||
- labels
|
||
- ワークフロー
|
||
- 自動化
|
||
-
|
||
title: フリーでオープンソースのプロジェクトに資金を分配
|
||
description: プロジェクトのコントリビューター及び依存関係への資金の継続的配分
|
||
languages: 'Python, Dockerfile, Shell, Ruby'
|
||
href: protontypes/libreselery
|
||
tags:
|
||
- sponsors
|
||
- 資金
|
||
- payment
|
||
-
|
||
title: GitHubの先駆者ルール
|
||
description: PRへのレビュー担当者、サブスクライバー、ラベル、アサインされた人の追加
|
||
languages: 'TypeScript, JavaScript'
|
||
href: gagoar/use-herald-action
|
||
tags:
|
||
- reviewers
|
||
- labels
|
||
- assignees
|
||
- プルリクエスト
|
||
-
|
||
title: コードオーナーバリデータ
|
||
description: パブリック及びプライベートのGitHubリポジトリと、GitHub Enterpriseの環境もサポートする、GitHub CODEOWNERSファイルの正確性の保証
|
||
languages: 'Go, Shell, Makefile, Dockerfile'
|
||
href: mszostok/codeowners-validator
|
||
tags:
|
||
- コードオーナー
|
||
- 検証
|
||
- ワークフロー
|
||
-
|
||
title: Copybara Action
|
||
description: リポジトリ間でコードを移動して変換(1つの単一リポジトリから複数のリポジトリを管理するのに理想的)
|
||
languages: 'TypeScript, JavaScript, Shell'
|
||
href: olivr/copybara-action
|
||
tags:
|
||
- 単一リポジトリ
|
||
- copybara
|
||
- ワークフロー
|
||
-
|
||
title: 静的ファイルをGitHub Pagesにデプロイ
|
||
description: WebサイトをGitHub Pagesに自動的に公開するGitHub Action
|
||
languages: 'TypeScript, JavaScript'
|
||
href: peaceiris/actions-gh-pages
|
||
tags:
|
||
- 公開
|