Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for milestone (0.06 sec)

  1. .github/workflows/check-commits.yml

                  if ! [[ $WRAPPER_GRADLE_VERSION =~ ^[0-9.]+(-(rc|milestone|m)-[0-9]+)?$ ]]; then
                      RED="\e[31m"
                      ENDCOLOR="\e[0m"
                      >&2 echo -e "${RED}Bad wrapper version $WRAPPER_GRADLE_VERSION used in commit $commit.${ENDCOLOR} Please rebase your branch to ensure that each commit uses only released Gradle versions in wrapper (GA, RC or milestone)."
                      exit 1
                  fi
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Sep 04 22:13:34 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. .github/workflows/stale-pr.yml

                It will be closed in 14 days if no further activity occurs.
                If you don't want the stale bot to close it, then set a milestone for it.
              days-before-pr-close: 14
              close-pr-message: >
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Sep 04 22:13:29 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  3. .github/workflows/team-triage-stale.yml

              days-before-issue-stale: 14
              stale-issue-label: to-triage
              stale-issue-message: ""
              days-before-issue-close: -1
    
              only-pr-labels: 'from:contributor'
              exempt-all-pr-milestones: true
              days-before-pr-stale: 14
              stale-pr-label: to-triage
              stale-pr-message: ""
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Sep 04 22:13:29 UTC 2025
    - 836 bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.34.md

    - cloud.google.com/go/edgecontainer: v1.1.4
    - cloud.google.com/go/errorreporting: v0.3.0
    - cloud.google.com/go/essentialcontacts: v1.6.5
    - cloud.google.com/go/eventarc: v1.13.3
    - cloud.google.com/go/filestore: v1.8.0
    - cloud.google.com/go/firestore: v1.14.0
    - cloud.google.com/go/functions: v1.15.4
    - cloud.google.com/go/gkebackup: v1.3.4
    - cloud.google.com/go/gkeconnect: v0.8.4
    - cloud.google.com/go/gkehub: v0.14.4
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (1)
Back to top