Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prs (0.28 sec)

  1. RELEASE_BRANCHES.md

          make their case as to why their PR should be merged.
    * Developers submitting PRs after the code freeze and after the first release candidate must provide justification
    for including it in the “.0” release. Otherwise, the PRs will not be merged until after the release.
    * For large fixes (>100 LOC that’s not from generated files), SMEs from that area must also approve the PR.
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Nov 12 23:27:43 GMT 2021
    - 3.9K bytes
    - Viewed (0)
  2. .github/dependabot.yml

    version: 2
    updates:
      # Go configuration for master branch
      - package-ecosystem: "gomod"
        directory: "/"
        schedule:
          interval: "daily"
        # Limit number of open PRs to 0 so that we only get security updates
        # See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 13:25:37 GMT 2024
    - 439 bytes
    - Viewed (0)
Back to top