- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for milestone (0.07 sec)
-
.github/workflows/issue-metadata.yml
name: Check issues metadata on: issues: types: [ opened, labeled, unlabeled, closed, reopened, milestoned, demilestoned ] permissions: {} jobs: check_issue_metadata: permissions: issues: write runs-on: ubuntu-latest steps: # Check that issues have proper metadata: labels and milestone # https://github.com/gradle/issue-management-action/blob/main/src/issue-metadata.ts
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Fri Aug 08 11:33:25 UTC 2025 - 474 bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
promoteTask = branch.promoteMilestoneTaskName(), requiredConfirmationCode = "milestone", init = { id(MILESTONE_BUILD_CONFIGURATION_ID) name = "Release - Milestone" description = "Promotes the latest successful change on '${branch.branchName}' as a new milestone" },
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 4K bytes - Viewed (0) -
.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) -
.github/workflows/pull-metadata.yml
name: Check pulls metadata on: pull_request_target: types: [ closed, unlabeled, milestoned, demilestoned ] permissions: {} jobs: check_pull_metadata: permissions: issues: write pull-requests: write runs-on: ubuntu-latest steps: # Check that PRs have proper metadata: labels and milestone # https://github.com/gradle/issue-management-action/blob/main/src/pull-metadata.ts
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 11 09:00:56 UTC 2025 - 480 bytes - Viewed (0) -
.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) -
.github/stale.yml
exemptLabels: - "security" - "pending discussion" - "do-not-close" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: false # Set to true to ignore issues with an assignee (defaults to false) exemptAssignees: false # Label to use when marking as stale staleLabel: stale
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Jan 24 04:36:59 UTC 2022 - 2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
allowEmpty = false, description = "The version of Gradle to update to. " + "Can be a specific version or one of 'latest', 'release-candidate', 'release-milestone'", ) param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) param("env.GITHUB_TOKEN", "%github.bot-gradle.token%") param("env.DEFAULT_BRANCH", "%teamcity.build.branch%")
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 24 03:08:48 UTC 2025 - 2.7K bytes - Viewed (0) -
.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)