Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 23 for pr (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .github/workflows/auto-assign-pr-to-author.yml

    name: 'Auto Assign PR to Author'
    on:
      pull_request:
        types: [opened]
    
    permissions: {}
    
    jobs:
      add-reviews:
        permissions:
          contents: read  # for kentaro-m/auto-assign-action to fetch config file
          pull-requests: write  # for kentaro-m/auto-assign-action to assign PR reviewers
        runs-on: ubuntu-latest
        steps:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 20 22:04:14 GMT 2026
    - 381 bytes
    - Click Count (0)
  2. docs/en/docs/management-tasks.md

    * Before the PR is applied, the new tests should fail.
    * After applying the PR, the new tests should pass.
    * Coverage should stay at 100%.
    * If you see the PR makes sense, or we discussed it and considered it should be accepted, you can add commits on top of the PR to tweak it, to add docs, tests, format, refactor, remove extra files, etc.
    * Feel free to comment in the PR to ask for more information, to suggest changes, etc.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  3. .github/pull_request_template.md

    - maven-3.10.x — target for 3.x changes (new features + bug fixes).  
      If the change should also go to maven-3.9.x, request a backport in the PR.
      maven-3.9.x should receive only serious bug fixes, as it is approaching EOL.
    
    Backports are typically handled by maintainers; 
    however, after agreement you may open a separate backport PR to the target maintenance branch.
    -->
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Apr 01 17:30:11 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  4. scripts/translate.py

            )
            pr = gh_repo.create_pull(
                title=message, body=body, base="master", head=branch_name
            )
            print(f"Created PR: {pr.number}")
        print("Finished")
    
    
    if __name__ == "__main__":
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  5. .github/workflows/stale.yml

            days-before-close: 180
            stale-issue-label: "status:stale"
            exempt-issue-labels: 'type:feature,type:with reproduction steps,type:has pull request'
            stale-pr-label: 'status:stale'
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:51:39 GMT 2026
    - 972 bytes
    - Click Count (0)
  6. .github/workflows/translate.yml

            type: string
            required: false
            default: ""
          commit_in_place:
            description: Commit changes directly instead of making a PR
            type: boolean
            required: false
            default: false
          max:
            description: Maximum number of items to translate (e.g. 10)
            type: number
            required: false
            default: 10
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Mar 18 15:36:56 GMT 2026
    - 4K bytes
    - Click Count (0)
  7. AI_POLICY.md

    2. **Disclose significant AI involvement.** If AI tools played a major role in producing your contribution, say so in the description. We are not interested in incidental use, such as asking a chatbot for advice or...
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/help-fastapi.md

    /// info
    
    很遺憾,我不能僅因為一個 PR 有好幾個核可就直接信任它。
    
    發生過好幾次,PR 有 3、5 個甚至更多核可,可能是因為描述很吸引人,但當我實際檢查時,它其實是壞的、有 bug,或是根本沒有解決它宣稱要解決的問題。😅
    
    所以,真的很重要的是你要實際閱讀並執行程式碼,並在留言中讓我知道你做過了。🤓
    
    ///
    
    * 如果 PR 有機會再被簡化,你可以提出要求,但沒必要太過挑剔,很多事情是主觀的(我自己也會有主觀看法 🙈),所以最好聚焦在關鍵的事情上。
    
    ### 測試 { #tests }
    
    * 幫我確認 PR 有**測試**。
    
    * 檢查在 PR 之前,測試會**失敗**。🚨
    
    * 然後檢查在 PR 之後,測試會**通過**。✅
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  9. docs/ja/docs/help-fastapi.md

    /// info | 情報
    
    残念ながら、承認が複数ついただけのPRを、そのまま信頼することはできません。
    
    説明が魅力的なためか、3件、5件以上の承認がついていても、実際にPRを確認すると壊れていたり、バグがあったり、主張する問題を解決していなかったりすることが何度もありました。😅
    
    ですので、実際にコードを読み、実行して確認し、それをコメントで知らせてもらえることが本当に重要です。🤓
    
    ///
    
    * もしPRを簡素化できそうなら、その依頼をしても構いませんが、細かい点にこだわり過ぎる必要はありません。主観的な見方が多く(私にもあります 🙈)、基本的な点に集中できるとより良いでしょう。
    
    ### テスト { #tests }
    
    * PRに**テスト**があるか確認を手伝ってください。
    
    * PR前はテストが**失敗**することを確認します。🚨
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 15.3K bytes
    - Click Count (0)
  10. docs/en/docs/contributing.md

    Instead of adding suggestions to the translation PR, make the suggestions to the LLM prompt file for that language, in a new PR. For example, for Spanish, the LLM prompt file is at: [`docs/es/llm-prompt.md`](https://github.com/fastapi/fastapi/blob/master/docs/es/llm-prompt.md).
    
    /// tip
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.6K bytes
    - Click Count (0)
Back to Top