Sections above describe how to add integrations for existing repositories. When some new repositories are created on a server, you may integrate them manually. Alternatively, you can setup GitHub auto-polling configuration that will periodically look for new repositories on the specified server, organiz...
.circleci chore(ci): Expect fsLR surface outputs Dec 17, 2024 .github Chore(deps): Bump astral-sh/setup-uv from 4 to 5 Dec 23, 2024 .maint sty: Apply UP031 to .maint scripts Dec 13, 2024 .vscode MNT: complete transition from flake8/black to ruff (#3279) ...
The minimal, blazing-fast, and infinitely customizable prompt for any shell! Fast:it's fast –really reallyfast! 🚀 Customizable:configure every aspect of your prompt. Universal:works on any shell, on any operating system. Intelligent:shows relevant information at a glance. ...
PATCH /repos/{owner}/{repo}/code-scanning/default-setup write UATIAT PUT /repos/{owner}/{repo}/collaborators/{username} write UATIAT DELETE /repos/{owner}/{repo}/collaborators/{username} write UATIAT PUT /repos/{owner}/{repo}/environments/{environment_name} write UATIAT DELETE /repos...
Code scanning can automatically detect and suggest improvements for common vulnerable patterns used in GitHub Actions workflows. For more information on how to enable code scanning, seeConfiguring default setup for code scanning. Using OpenSSF Scorecards to secure workflow dependencies ...
Example of a basic setup for three package managers # Basic set up for three package managers version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" # Workflow files stored in the default location of `.github/workflows`. (You d...
A common developer scenario is when developers propose changes to the default branch (typically main) of a GitHub repository. These changes, while often scrutinized by reviewers, can have automated checks to ensure that the code compiles and tests pass. GitHub Actions allow you to build, test,...
To setup build and runtime environment on Linux using docker, please build Unbuntu 16.04 docker image using Dockerfileshere. For other Linux systems, please refer to the Dockerfiles to setup dependent libraries for CNTK. Support advance RNN loop in ONNX export ...
Maintainers.txt: Update NetworkPkg maintainers and reviewers 2年前 ReadMe.rst MdePkg: Add mipisyst submodule 2年前 edksetup.bat edksetup.bat: if toolsetup.bat fails, just exit 2年前 edksetup.sh Remove bashisms from edksetup.sh and BaseTools/BuildEnv ...
name:"Unit Tests"on:push:branches:[master]pull_request:branches:[master]jobs:unit-tests:runs-on:ubuntu-lateststeps:-uses:actions/checkout@v3-name:SetupPython3.10uses:actions/setup-python@v4with:python-version:"3.10"-name:Installdependenciesrun:| ...