Create new github-bot personal token for nodejs/tweet automation
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 202
- フォーク
- 183
- 平均マージ
- 2分
- マージ済み PR(30日)
- 1
説明
This week, @joesepi and I spent some time on automating the nodejs/tweet repo so we can consistently and easily get out any tweets that should be going out regularly. We started with two, and in the process came across a tiny hitch: for one action to trigger another, we need to use a PAT instead of the Actions-provided token since one action can't trigger off of another if there's a GitHub provided token being used in the other.
Per @gr2m's advice (he is the maintainer of both Actions we're consuming), we need a PAT from the bot with the following permission:
- repo_public
References:
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、この issue と、nodejs/tweet の pull request 10 および 13 で参照されているレビューとコメントを読んでください。ボットの身元、要求された repo_public 権限、安全な引き渡しプロセスを確認してください。完了とは、自動化が必要な認証情報を、その値を公開することなく取得している状態を指します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- github, github-actions
- 領域
- authentication, ci-cd, devops
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 25/100