- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 161 for BRANCH (0.05 sec)
-
.github/workflows/scorecard.yml
# by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. name: Scorecard supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: # To guarantee Maintained check is occasionally updated. See
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 01 19:32:55 UTC 2025 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepCheckReady.kt
*/ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepCheckReady( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback", cleanCheckout = false, ) { init {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Mar 20 06:13:56 UTC 2025 - 1.2K bytes - Viewed (0) -
.github/release-drafter-3.x.yml
tag-template: maven-$RESOLVED_VERSION # Override replacers to strip backport branch prefixes and handle JIRA links replacers: # Strip backport branch prefixes like [maven-4.0.x], [maven-3.x], etc. - search: '/^\[maven-[\d\.x-]+\]\s*-?\s*/g' replace: '' # Convert JIRA ticket references to links (but not maven branch prefixes) - search: '/\[([A-Z]+)-(\d+)\]\s*-?\s*/g'
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 13:07:10 UTC 2025 - 1.3K bytes - Viewed (0) -
.teamcity/pom.xml
<configuration> <format>kotlin</format> <dstDir>target/generated-configs</dstDir> <contextParameters> <branch>${dslContextParameter.branch}</branch> </contextParameters> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (2) -
.github/workflows/update-perf-test-buckets.yml
- name: Create Pull Request uses: peter-evans/create-pull-request@v8 with: commit-message: Update performance test durations branch: bot-update-performance-test-durations branch-suffix: timestamp delete-branch: true title: 'Update performance test durations' signoff: true sign-commits: true labels: | in:building-gradleRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 22:14:16 UTC 2025 - 1.9K bytes - Viewed (0) -
.github/workflows/deploy-docs.yml
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} command: pages deploy ./site --project-name=${{ env.PROJECT_NAME }} --branch=${{ env.BRANCH }} - name: Deploy Docs Status Error if: failure() run: python ./scripts/deploy_docs_status.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 2.8K bytes - Viewed (0) -
.github/workflows/scorecards-analysis.yml
# ============================================================================ name: Scorecards supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection branch_protection_rule: # To guarantee Maintained check is occasionally updated. See
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Dec 01 09:57:00 UTC 2025 - 2.6K bytes - Viewed (0) -
CONTRIBUTING.md
```sh $ cd minio $ git remote add upstream https://github.com/minio/minio $ git fetch upstream $ git merge upstream/master ... ``` ### Create your feature branch Before making code changes, make sure you create a separate branch for these changes ``` git checkout -b my-new-feature ``` ### Test MinIO server changes After your code changes, make sure
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Aug 05 18:35:53 UTC 2024 - 2.9K bytes - Viewed (0) -
.github/workflows/update-test-buckets.yml
if: steps.check-changes.outputs.changes == 'true' uses: peter-evans/create-pull-request@v8 with: commit-message: Update test buckets branch: devprod/update-test-buckets branch-suffix: timestamp delete-branch: true title: 'Update test buckets' signoff: true sign-commits: true labels: | in:building-gradle
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 09 22:14:16 UTC 2025 - 2.4K bytes - Viewed (0) -
.ci/jobs.t/defaults.yml
logrotate: daysToKeep: 30 numToKeep: 500 artifactDaysToKeep: 7 parameters: - string: name: branch_specifier default: "refs/heads/%BRANCH%" description: "the Git branch specifier to build (<branchName>, <tagName>, <commitId>, etc.)\n" scm: - git: name: origin # master node jenkins user ~/.sshRegistered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Sep 29 15:38:05 UTC 2021 - 2.9K bytes - Viewed (0)