aRustyDev / aRustyDev/pre-commit-hooks
feat: Add automation workflows (auto-assign, dependabot)
- 主要言語
- Python
- スター
- 5
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Description
Add automation workflows from `templates.hbs(github/workflows/automation)` gist:
## Files
- `.github/workflows/auto-assign.yml` - Auto-assigns owner to issues/PRs (single maintainer repos)
- `.github/workflows/dependabot-issue.yml` - Creates tracking issues for Dependabot PRs
- `.github/dependabot.yml` - Weekly GitHub Actions version updates
## Source
Installed via:
```bash
gh gist clone eb3e040449ade0b0b0611b93cea454f2 gist-github-workflows-auto
INSTALL_DIR=. just --justfile gist-github-workflows-auto/github_workflows_auto.just install
```
コントリビューションガイド
調査の方向性
参照されている templates.hbs(github/workflows/automation) gist と issue 内のインストールコマンドを確認します。説明されている自動化を追加するため、.github/workflows/auto-assign.yml、.github/workflows/dependabot-issue.yml、.github/dependabot.yml を追加します。3 つの workflow ファイルが存在し、一覧に記載された動作向けに設定されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github-actions
- 領域
- ci-cd
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 65/100