並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 80 件 / 211件

新着順 人気順

"Pull Request"の検索結果41 - 80 件 / 211件

  • コードや Pull Request をコミュニケーションの手段として使ってほしい - Object.create(null)

    レビューなり, 過去の経緯を調べる目的なりでコードや Pull Request (以下 PR) を読むとき, 書かれていてほしいと思う内容が書かれていないことが少なくない. 例えば, 背景や目的 全体的な実装方針 (特に複数の PR で一つの目的が達成される場合) これまでやったこと, 今やっていること, この次にやること 実装方法 他の方法との比較検討, あえてやらなかったこと, 今はやらないこと 気持ち 気になっていること, 迷ったこと, 自信がないこと, わかっていないこと ということで, こういうのを列挙してなぜ書いてほしいのかをまとめよう...かと思ったけど, 挙げるときりがないし, それぞれは表層的な問題でしかないのでやめた. では根底に何があるかというと, コードや PR がコミュニケーションとして成り立っているかどうかだと思う. 上に挙げたような個別の要求は, コードや P

      コードや Pull Request をコミュニケーションの手段として使ってほしい - Object.create(null)
    • 「あなたのキャリアのなかで、特に印象に残るPull Requestは何ですか?」著名エンジニアの方々に聞いた - Findy Engineer Lab

      特定のリポジトリに対して機能追加・変更やバグ修正などを行う場合、エンジニアはPull Requestを発行します。プログラミングを続ける過程で数えきれないほど発行されるPull Requestは「エンジニアが歩んできた道のりそのもの」と言っても過言ではありません。 ならば、オープンソースコミュニティで活躍する方々が「特に印象に残っているPull Request」には、その人のOSS活動への思いや日々の研鑽が結実しているのではないでしょうか。今回は8名の著名エンジニアの方々に回答していただきました。 ※人名の50音順に掲載。回答者は敬称略。 伊藤浩一が紹介『Change the max line length of Layout/LineLength to 120』 github.com OSSでの確実なマージを狙うには、時に戦略を練ってから送ります。 その一例として、Rubyのリンター/コ

        「あなたのキャリアのなかで、特に印象に残るPull Requestは何ですか?」著名エンジニアの方々に聞いた - Findy Engineer Lab
      • 新チームに異動したら、とりあえずPull Request を作るのがよさそう - 技術と労働のダイアリー

        新しいチームに入ったとき、最初に軽めのタスクをもらえると、Pull Request を作ってCIのテストが落ちることで、開発に必要なことが色々と知れるので便利です。 会社で異動があって、2/1付で別のチームに異動になりました。 軽めのタスクをもらって、とりあえずこの辺を変更したらいいかな?くらいで変更して Pull Reqeuset を作ると、CIで実行しているテストが失敗して、このファイルの変更をしたらスナップショットを更新しないといけない、GraphQLのスキーマファイルを変更するとGraphQL Code Generator で型生成をしないといけない、というようなことを指摘してくれます。 最初に全部の説明を聞くのは疲れるし、聞くだけで理解するのは大変です。説明する方も大変だと思います。作業しながらテストが落ちる様子を見ながらやると、手を動かしながら、コードを見ながらなので頭に入って

          新チームに異動したら、とりあえずPull Request を作るのがよさそう - 技術と労働のダイアリー
        • GitHub Actions: Skip pull request and push workflows with [skip ci] · GitHub Changelog

          AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

            GitHub Actions: Skip pull request and push workflows with [skip ci] · GitHub Changelog
          • More ways to keep your pull request branch up-to-date

            February 3, 2022 The Update branch button on the pull request page lets you update your pull request's branch with the latest changes from the base branch. This is useful for verifying your changes are compatible with the current version of the base branch before you merge. Two enhancements now give you more ways to keep your branch up-to-date. Update your pull request branch by rebasing When your

              More ways to keep your pull request branch up-to-date
            • Pull-Requestにファイルツリーついたぞ!!

              はい,前回に引き続き勝手に紹介していくシリーズです _人人人人人人人人人人人_ > 突然のbetaリリース <  ̄Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^ ̄ 右上のメニュー> Feature Preview > Pull Request File Tree をEnabled 例えばこのPRなどを見てみましょう _人人人人人人人人人人人_ > めちゃ便利そう!! <  ̄Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^ ̄ みんなPull-Requestのファイルツリー使いこなしていこうな!!

                Pull-Requestにファイルツリーついたぞ!!
              • Pull Request の関心事は一つにしよう | Wantedly Engineer Blog

                main branch を default の branch として運用することが多くなって来ていますが、 Wantedly このでは数多くの repository の CI 設定や自動化フローにおいて master をハードコードして利用してきました。 短期間での移行が難しいため、 2022 年 1 月現在では master branch を default で利用している repository が多数派です。 Pull Request が持っていると嬉しい性質よい Pull Request の分け方を考えるために、まずは Pull Request が持っていると嬉しい要素を列挙します。どれもそれだけを重視すると他のことが犠牲になる事があるという点に注意が必要です。あくまで「他にデメリットがないのであれば」という前提だということです。 diff の行数は少ないほうがいいこれは当たり前に実

                  Pull Request の関心事は一つにしよう | Wantedly Engineer Blog
                • GitHubのプルリクエストが見やすくなる「Pull Request File Tree」がプレビューされました! | DevelopersIO

                  こんにちは。MAD事業部のきんじょーです。 GitHubからの熱いアップデートです! Pull Request File Tree GitHubのPullRequestの差分表示で、ファイルツリーが表示できるようになりました! 現在はFeature previewの段階なので、以下の手順で有効化する必要があります。 有効化方法 右上のアイコンからFeature previewを押す。 開いたダイアログからPull Request File Treeを有効化する。 使ってみて これまでのPull Requestの差分表示は、変更したファイルが一覧でフラットに表示されるだけです。 変更されるファイル数が多くなると、GitHubの画面上だけではレビューをするのが辛いので、ローカルでチェックアウトして確認をしていました。 ファイルツリーがあることで、GitHubの画面でレビューが完結できれば、他の

                    GitHubのプルリクエストが見やすくなる「Pull Request File Tree」がプレビューされました! | DevelopersIO
                  • gitStream でPull Request作成フローを正したい - 羅針盤 技術航海日誌

                    間違えて違う記事の内容で上書きしまくっていて、データがロストして履歴からも復元できなくなってしまいました。 「やっちまった...;;」というやつです。申し訳ないです この記事は羅針盤 アドベントカレンダー 2024の12日目の記事です。 qiita.com 11日目の記事は Writeup - The Big IAM Challenge : WizによるAWS IAMのCTF Challenge - 羅針盤 技術航海日誌 でした。 docs.gitstream.cm

                      gitStream でPull Request作成フローを正したい - 羅針盤 技術航海日誌
                    • IntelliJ IDEAでGitHubのPull requestをレビューしてみた | DevelopersIO

                      これまでは、プルリクエストの初期サポートとして、プルリクエストの一覧を参照したり、コメントを表示したりと主にプルリクエストを表示する機能がサポートされていました。 今回のアップデート(IntelliJ IDEA 2020.2)で、GitHubプルリクエストの完全サポートがリリースされたので、早速使ってみようと思います。 IntelliJ IDEA - 2020.2の新機能 確認環境 IntelliJ IDEA 2020.2(Ultimate Edition) 事前準備 IntelliJ IDEAにGitHubアカウントを登録していない場合は、登録する必要があります。 既存のアカウントを連携する場合は、以下の通りとなります。 [Preferences] → [Version Control] → [GitHub]を開き、Add Account...をクリックします。 ブラウザが立ち上がり、以

                        IntelliJ IDEAでGitHubのPull requestをレビューしてみた | DevelopersIO
                      • Github MCP で Pull Request のレビュー依頼をする - Qiita

                        はじめに 最近、いろんな MCP を試しては「おぉ〜」と感動しているフロントエンジニアです。 今回は Github MCP を用いて、Pull Request のレビューコメントをしてもう方法を簡単に紹介しようと思います。 背景 Pull Request レビューに関して、AI が前から流行っています。 代表的なのでは CodeRabbit や PR Agent があります。最近では Copilot レビューというのも公開され、みなさんプロンプトを作成していたりするのではないでしょうか? 私の現場では無料の PR Agent を使用していますが、精度が本当に良くなく、レビューコメントがノイズになることが多々あります。 CodeRabbit は精度がすごくいいと聞くのですが、有料でもあり導入に時間がかかって今も社内で導入が進んでなかったり・・・ Copilot レビューは CodeRabbi

                          Github MCP で Pull Request のレビュー依頼をする - Qiita
                        • tagprで実現するPull Request上で進めるOSSのリリースマネジメント - Copy/Cut/Paste/Hatena

                          これがtagprで実現したかったこと 統制されていながらも自由なリリースの自動化 エイッと踏み込んでくださった @katzchum さんに感謝 https://t.co/OEXq6i5xXC— k1LoW (@k1LoW) 2022年10月1日 私の趣味は少し実用的で小さなOSSを書くことです。 今までも多くの小さなOSSを書いてきました。そして、エコシステム的にリリースすべきものはリリースしてきました。 ここで言うリリースと言うのはバージョンをつけてパッケージとしてPublishすることです。 PHPであればpackagist.orgに、Rubyであればrubygems.orgに、JavaScriptであればnpmjs.comにPublishするまでのことを指します。 Goであれば、バージョンのタグをつけてGitHubのリポジトリにプッシュすればリリース完了です。必要であればアセットをG

                            tagprで実現するPull Request上で進めるOSSのリリースマネジメント - Copy/Cut/Paste/Hatena
                          • .rubocop_todo.ymlを解消するPull RequestをGitHub Actionsで自動生成する (前編)

                            .rubocop_todo.ymlを解消するPull RequestをGitHub Actionsで自動生成する (前編) 前編ではr7kamura/rubocop-challengeというCustom Actionの話をし、後編では再実装したr7kamura/rubocop-todo-correctorというCustom Actionの話をする。 ただ開発しているだけで、.rubocop_todo.ymlはそこ此処に積もる。たまに慈善活動的に解消してPull Requestを出したりもする。しかし人力でやっているとキリがない。この作業を自動化したい。こういうときに便利な、rubocop_challengerというGemがある。 便利なGemだが、設定しようとすると幾つかハマりどころがあり、導入が大変。そこで、簡単に導入できるようにr7kamura/rubocop-challengeという

                            • Replace Create React App recommendation with Vite by t3dotgg · Pull Request #5487 · reactjs/react.dev

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                Replace Create React App recommendation with Vite by t3dotgg · Pull Request #5487 · reactjs/react.dev
                              • Pull Request Merge Queue Limited Beta · GitHub Changelog

                                AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                  Pull Request Merge Queue Limited Beta · GitHub Changelog
                                • GitHub - ysk8hori/delta-typescript-graph-action: This GitHub Action uses Mermaid to visualize in a diagram the files that were changed in a Pull Request and their related dependency files.

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - ysk8hori/delta-typescript-graph-action: This GitHub Action uses Mermaid to visualize in a diagram the files that were changed in a Pull Request and their related dependency files.
                                  • Pull request auto-merge is now generally available · GitHub Changelog

                                    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                      Pull request auto-merge is now generally available · GitHub Changelog
                                    • GitHub Copilot Chat and pull request summaries are now powered by GPT-4o · GitHub Changelog

                                      AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                        GitHub Copilot Chat and pull request summaries are now powered by GPT-4o · GitHub Changelog
                                      • Better suggested pull request description from commit message · GitHub Changelog

                                        AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                          Better suggested pull request description from commit message · GitHub Changelog
                                        • Infer type predicates from function bodies using control flow analysis by danvk · Pull Request #57465 · microsoft/TypeScript

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            Infer type predicates from function bodies using control flow analysis by danvk · Pull Request #57465 · microsoft/TypeScript
                                          • How to attack cloud infrastructure via a malicious pull request

                                            The Teleport Access PlatformThe easiest, most secure way to access and protect your infrastructure Teleport Access On-demand, least privileged access, on a foundation of cryptographic identity and zero trust

                                              How to attack cloud infrastructure via a malicious pull request
                                            • RFC: First class support for promises and async/await by acdlite · Pull Request #229 · reactjs/rfcs

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                RFC: First class support for promises and async/await by acdlite · Pull Request #229 · reactjs/rfcs
                                              • 「あなたのキャリアのなかで、特に印象に残るPull Requestは何ですか?」著名エンジニアの方々に聞いた【第三弾】 - Findy Engineer Lab

                                                特定のリポジトリに対して機能追加・変更やバグ修正などを行う場合、エンジニアはPull Requestを発行します。プログラミングを続ける過程で数えきれないほど発行されるPull Requestは「エンジニアが歩んできた道のりそのもの」と言っても過言ではありません。 ならば、オープンソースコミュニティで活躍する方々が「特に印象に残っているPull Request」には、その人のOSS活動への思いや日々の研鑽が結実しているのではないでしょうか。今回は7名の著名エンジニアの方々に回答していただきました。 ※人名の50音順に掲載。回答者は敬称略。 うひょが紹介『Editorial: correct 'import * circularity' to 'export * circularity'』 uhooi(ウホーイ)が紹介『Fix code span in README』 おおくらまさふみが紹介

                                                  「あなたのキャリアのなかで、特に印象に残るPull Requestは何ですか?」著名エンジニアの方々に聞いた【第三弾】 - Findy Engineer Lab
                                                • lib: add fetch by targos · Pull Request #41749 · nodejs/node

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    lib: add fetch by targos · Pull Request #41749 · nodejs/node
                                                  • Pull request merge queue is now generally available! · GitHub Changelog

                                                    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                      Pull request merge queue is now generally available! · GitHub Changelog
                                                    • Rewrite it in Rust by ridiculousfish · Pull Request #9512 · fish-shell/fish-shell

                                                      (Editor's note - please read #9512 (comment) and #9512 (comment) before commenting if you are new to fish or not familiar with the context - @zanchey) (Progress report November 2023) (Sorry for the meme; also this is obligatory.) I think we should transition to Rust and aim to have it done by the next major release: Nobody really likes C++ or CMake, and there's no clear path for getting off old to

                                                        Rewrite it in Rust by ridiculousfish · Pull Request #9512 · fish-shell/fish-shell
                                                      • Pull Request、ちゃんとpullしてますか? - Qiita

                                                        記事を読んでいただきありがとうございます。 普段はPM業務をしている駆け出しエンジニアです。 ある時先輩に、Pull Request(以下PR)レビューのコツについて聞いてみると、その先輩はレビューをする時はいつもgit pullをしてlocalで動作の確認をしているそうです。その話を聞いて面白いなと思ったので、記事にまとめてみました。 PRとは、開発の内容(マージ先との差分)を確認してもらうために提出する、Githubの機能の1つです。 チーム開発をした方であれば、誰もが使ったことがあると思いますが、割とGithubの画面上だけの確認になってしまいがちです。よくよく考えてみれば、「(git) pull依頼」という意味なので、元はgit pullをする前提だったのかなと思います(常識だったらすみません)。 エディタの静的エラーが出る 今回その先輩と一緒に入っている案件は、PHP/Larav

                                                          Pull Request、ちゃんとpullしてますか? - Qiita
                                                        • Comment on files in a pull request (public beta) · GitHub Changelog

                                                          AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                            Comment on files in a pull request (public beta) · GitHub Changelog
                                                          • .githubリポジトリでGitHubのPull Requestやissueのテンプレートをアカウント全体に適用する方法 - Qiita

                                                            Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? もっと早くに知りたかった .github リポジトリの効果 Twitterで知った超絶お役立ち情報。1週間前の自分に教えてあげたい… .githubリポジトリ作ればorganization全体にpull request template等を全体適応できるのを知ったhttps://t.co/DNu5Falkae — 1coin (@1coin178) October 13, 2020 元々リポジトリの中に.githubディレクトリを作ると、そのリポジトリに対してPull Requestのテンプレートやissueのテンプレートを作ったりする

                                                              .githubリポジトリでGitHubのPull Requestやissueのテンプレートをアカウント全体に適用する方法 - Qiita
                                                            • GitHub App「Pull Request Size」プルリクエストのサイズをラベル化しよう - kakakakakku blog

                                                              GitHub App「Pull Request Size」を使うとプルリクエストの差分量から "サイズを意味する" ラベルを付けてくれて便利❗️やってることは単純だけど「このプルリクエストは大きすぎるな〜」という判断材料にも使える.個人アカウントなら無料なのも嬉しい✌️ github.com ラベル一覧 ラベルに関しては以下の「計6種類」が用意されている! size/XS : 差分量 0-9 行 size/S : 差分量 10-29 行 size/M : 差分量 30-99 行 size/L : 差分量 100-499 行 size/XL : 差分量 500-999 行 size/XXL : 差分量 1000 行 以上 差分量の計算式と除外ファイル 「差分量」を算出する計算式は GitHub に載っていて,基本的には「追加 + 削除」になる.でも generated file(自動生成され

                                                                GitHub App「Pull Request Size」プルリクエストのサイズをラベル化しよう - kakakakakku blog
                                                              • Pull request merge method rule – Public Preview · GitHub Changelog

                                                                AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                                  Pull request merge method rule – Public Preview · GitHub Changelog
                                                                • PR に紐付けたいワークフローは push ではなく pull_request イベントを使おう [GitHub Actions]

                                                                  概要 ジョブ実行画面に PR へのリンクがないから不便という記事に賛同している人が思いのほか多かったのでこの記事を書いておきます。 pull_request イベントは PR へリンクされる pull_request イベントには最初から PR へのリンクが用意されています。 なぜ push イベント? push イベントを使いたくなる理由は主に以下の 2 つかなと思っていますがいずれも pull_request イベントで実現可能です。 PR が更新されたときに実行したい PR のブランチで実行したい PR が更新されたときに実行する pull_request イベントはデフォルトで types: [ opened, synchronize, reopened ] のときに実行されます。 このうち synchronize が PR が更新されたときに該当します。 PR のブランチで実行す

                                                                    PR に紐付けたいワークフローは push ではなく pull_request イベントを使おう [GitHub Actions]
                                                                  • Remove TypeScript by afcapel · Pull Request #971 · hotwired/turbo

                                                                    👍 145 vtamara, gmichokostas, klevo, MarcosNASA, noclat, markahesketh, pfeiffer, montalvomiguelo, chakrihacker, nitrnitr, and 135 more reacted with thumbs up emoji 👎 772 sukei, adrianthedev, rik, yourivdlans, marcelolx, elvinaspredkelis, jutonz, gtokman, vfonic, grncdr, and 762 more reacted with thumbs down emoji 😄 52 joshgillies, abc3, hanayashiki, hayesr, dannote, avindra, wowczarczyk, songkey

                                                                      Remove TypeScript by afcapel · Pull Request #971 · hotwired/turbo
                                                                    • Pull Request の terraform plan の実行結果を S3 に保存して安全に apply - スタディサプリ Product Team Blog

                                                                      こんにちは。 SRE の @suzuki-shunsuke です。 Pull Request (以下PR) の CI の terraform plan (以下 plan) の実行結果(以下 plan file)を S3 に保存して、安全に terraform apply (以下 apply) 出来るようにしたとともに、 GitHub リポジトリの Require branches to be up to date before merging の設定を無効化することで Experience を向上した話を紹介します。 課題 Terraform の CI/CD を CodeBuild に移行した話 でも紹介したように、弊社では Terraform の CI/CD を CodeBuild で行っています。 GitHub Flow を採用しており、 PR では plan を実行し、 defaul

                                                                        Pull Request の terraform plan の実行結果を S3 に保存して安全に apply - スタディサプリ Product Team Blog
                                                                      • Pull Request は早くマージしたい - STORES Product Blog

                                                                        こんにちは。 STORES ブランドアプリのチームで iOS エンジニアをしている榎本( @enomotok_ )です。 これは STORES Advent Calendar 2023 の記事です。 私が普段仕事をしていて感じるPull Request (以下 PR )を迅速にマージすることの効用について、日々の取り組みと考えを言語化してまとめます。 なぜ Pull Request を早くマージしたいか 私たちは日々多くの仕事に忙殺されています。 PR を完成させたら、基本的には次のタスクに取り掛かります。 PR の生存期間が長いと、次のタスクとのマルチタスクが増え、それが長引くことになります。マルチタスクにおけるコンテキストスイッチが生産性に悪影響を及ぼすというのはよく言われる話です。 また PR が大きなタスクの一部であった場合に、 PR をマージできないことが次の仕事をブロックする可

                                                                          Pull Request は早くマージしたい - STORES Product Blog
                                                                        • pull_request_target トリガーを使って fork されたリポジトリからの pull request で発火した GitHub Actions で fork 元の secrets を参照する - make clean; make

                                                                          タイトルが長い。 fork されたリポジトリからの pull request を受け取ったとき、GitHub Actions が fork 元のリポジトリの secrets にアクセスするためには例えば pull_request_target という trigger を使うやり方がある。pull_request_target という trigger は便利なんだけど、これを無配慮に使うとセキュリティ的に危ういということが GitHub のドキュメントにはつらつら書かれており、まあつまりどういうことなんや、どう使えばええということなんや、ということで色々調べたのでメモしておく。 まず先に pull_request という triggergithub actions の trigger にはいろいろなものを設定できるが、基本的には pull_request という trigger を使えば p

                                                                            pull_request_target トリガーを使って fork されたリポジトリからの pull request で発火した GitHub Actions で fork 元の secrets を参照する - make clean; make
                                                                          • RFC: useEvent by gaearon · Pull Request #220 · reactjs/rfcs

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              RFC: useEvent by gaearon · Pull Request #220 · reactjs/rfcs
                                                                            • Should Corepack stay in the Node.js distribution? by github-actions[bot] · Pull Request #1697 · nodejs/TSC

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                Should Corepack stay in the Node.js distribution? by github-actions[bot] · Pull Request #1697 · nodejs/TSC
                                                                              • mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team

                                                                                The entire moderation team resigns, effective immediately. This resignation is done in protest of the Core Team placing themselves unaccountable to anyone but themselves. As a result of such structural unaccountability, we have been unable to enforce the Rust Code of Conduct to the standards the community expects of us and to the standards we hold ourselves to. To leave under these circumstances d

                                                                                  mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team
                                                                                • Added error text to warning when untaring with bsdtar by JiaT75 · Pull Request #1609 · libarchive/libarchive

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    Added error text to warning when untaring with bsdtar by JiaT75 · Pull Request #1609 · libarchive/libarchive