Apply All Fixes to ietf-tools datatracker main base.#9736
Closed
HACK55515 wants to merge 15 commits intoietf-tools:mainfrom
Closed
Apply All Fixes to ietf-tools datatracker main base.#9736HACK55515 wants to merge 15 commits intoietf-tools:mainfrom
HACK55515 wants to merge 15 commits intoietf-tools:mainfrom
Conversation
added 15 commits
October 16, 2025 19:53
Add GitHub Actions workflow for Jekyll site CI
Add Pylint workflow for Python code analysis
This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.
Add C/C++ CI workflow configuration
Add Django CI workflow for testing
Add CI workflow for Makefile
This workflow builds and pushes a Docker image to Amazon ECR and deploys it to Amazon ECS when there is a push to the main branch. It includes setup instructions for ECR, ECS, and IAM user credentials.
This workflow builds and deploys an application to an Azure Kubernetes Service (AKS) cluster using Kustomize. It includes steps for logging into Azure, building an image, and deploying the application.
This workflow builds a Docker container, publishes it to Google Container Registry, and deploys it to GKE on pushes to the 'main' branch.
This workflow builds a Docker container, publishes it to IBM Container Registry, and deploys it to IKS on pushes to the main branch.
This workflow builds a Docker container, publishes it, and deploys it to Tencent Kubernetes Engine (TKE) on pushes to the main branch. It includes steps for setting up environment variables, logging into the TKE registry, and deploying the application.
This workflow automates the build and deployment of applications to OpenShift, including image building, pushing, and app creation.
This workflow builds and publishes a Docker container, then deploys it through Octopus Deploy. It includes steps for logging in to the Docker registry and Octopus, creating a release, and deploying the release.
Add CodeQL analysis workflow configuration
This workflow integrates Fortify Application Security Testing into GitHub workflows, enabling SAST and SCA scans.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apply All Fixes to ietf-tools datatracker main base.