diff --git a/automation/greetings.yml b/automation/greetings.yml index 28ee6b2..47f0c61 100644 --- a/automation/greetings.yml +++ b/automation/greetings.yml @@ -1,3 +1,9 @@ +--- +name: Greetings +description: Greets users who are first time contributors to the repo +categories: [Automation, SDLC] +iconName: octicon smiley +--- name: Greetings on: [pull_request, issues] diff --git a/automation/label.yml b/automation/label.yml index e90b599..98a683c 100644 --- a/automation/label.yml +++ b/automation/label.yml @@ -1,3 +1,9 @@ +--- +name: Labeler +description: Labels pull requests based on the files changed +categories: [Automation, SDLC] +iconName: octicon tag +--- # This workflow will triage pull requests and apply a label based on the # paths that are modified in the pull request. # diff --git a/automation/properties/greetings.properties.json b/automation/properties/greetings.properties.json deleted file mode 100644 index 743afe3..0000000 --- a/automation/properties/greetings.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Greetings", - "description": "Greets users who are first time contributors to the repo", - "iconName": "octicon smiley", - "categories": ["Automation", "SDLC"] -} diff --git a/automation/properties/label.properties.json b/automation/properties/label.properties.json deleted file mode 100644 index 87a00c8..0000000 --- a/automation/properties/label.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Labeler", - "description": "Labels pull requests based on the files changed", - "iconName": "octicon tag", - "categories": ["Automation", "SDLC"] -} diff --git a/automation/properties/stale.properties.json b/automation/properties/stale.properties.json deleted file mode 100644 index c54e27d..0000000 --- a/automation/properties/stale.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Stale", - "description": "Checks for stale issues and pull requests", - "iconName": "octicon clock", - "categories": ["Automation", "SDLC"] -} diff --git a/automation/stale.yml b/automation/stale.yml index 7bbc050..71d57d8 100644 --- a/automation/stale.yml +++ b/automation/stale.yml @@ -1,3 +1,9 @@ +--- +name: Stale +description: Checks for stale issues and pull requests +categories: [Automation, SDLC] +iconName: octicon clock +--- name: Mark stale issues and pull requests on: diff --git a/ci/android.yml b/ci/android.yml index 7ec0147..0c15a6d 100644 --- a/ci/android.yml +++ b/ci/android.yml @@ -1,3 +1,9 @@ +--- +name: Android CI +description: Build an Android project with Gradle. +categories: [Java, Mobile] +iconName: android +--- name: Android CI on: diff --git a/ci/ant.yml b/ci/ant.yml index efebba5..20d72f1 100644 --- a/ci/ant.yml +++ b/ci/ant.yml @@ -1,3 +1,9 @@ +--- +name: Java with Ant +description: Build and test a Java project with Apache Ant. +categories: [Ant, Java] +iconName: ant +--- # This workflow will build a Java project with Ant # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant diff --git a/ci/aws.yml b/ci/aws.yml index 40094ae..9cf764d 100644 --- a/ci/aws.yml +++ b/ci/aws.yml @@ -1,3 +1,9 @@ +--- +name: Deploy to Amazon ECS +description: Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2. +categories: [] +iconName: aws +--- # This workflow will build and push a new container image to Amazon ECR, # and then will deploy a new task definition to Amazon ECS, when a release is created # diff --git a/ci/azure.yml b/ci/azure.yml index a638c4c..011fa02 100644 --- a/ci/azure.yml +++ b/ci/azure.yml @@ -1,3 +1,9 @@ +--- +name: Deploy Node.js to Azure Web App +description: Build a Node.js project and deploy it to an Azure Web App. +categories: [] +iconName: azure +--- # This workflow will build and push a node.js application to an Azure Web App when a release is created. # # This workflow assumes you have already created the target Azure App Service web app. diff --git a/ci/blank.yml b/ci/blank.yml index d6783e2..8108e21 100644 --- a/ci/blank.yml +++ b/ci/blank.yml @@ -1,3 +1,9 @@ +--- +name: Simple workflow +description: Start with a file with the minimum necessary structure. +categories: [] +iconName: blank +--- # This is a basic workflow to help you get started with Actions name: CI diff --git a/ci/c-cpp.yml b/ci/c-cpp.yml index e323326..aa9b963 100644 --- a/ci/c-cpp.yml +++ b/ci/c-cpp.yml @@ -1,3 +1,9 @@ +--- +name: C/C++ with Make +description: Build and test a C/C++ project using Make. +categories: [C, C++] +iconName: c-cpp +--- name: C/C++ CI on: diff --git a/ci/clojure.yml b/ci/clojure.yml index 22bfe20..367511c 100644 --- a/ci/clojure.yml +++ b/ci/clojure.yml @@ -1,3 +1,9 @@ +--- +name: Clojure +description: Build and test a Clojure project with Leiningen. +categories: [Clojure, Java] +iconName: clojure +--- name: Clojure CI on: diff --git a/ci/crystal.yml b/ci/crystal.yml index ce9dbfc..b987158 100644 --- a/ci/crystal.yml +++ b/ci/crystal.yml @@ -1,3 +1,9 @@ +--- +name: Crystal +description: Build and test a Crystal project. +categories: [Crystal] +iconName: crystal +--- name: Crystal CI on: diff --git a/ci/dart.yml b/ci/dart.yml index 11e18c7..8f79c28 100644 --- a/ci/dart.yml +++ b/ci/dart.yml @@ -1,3 +1,9 @@ +--- +name: Dart +description: Build and test a Dart project with Pub. +categories: [Dart] +iconName: dart +--- name: Dart CI on: diff --git a/ci/django.yml b/ci/django.yml index c806047..a81b74e 100644 --- a/ci/django.yml +++ b/ci/django.yml @@ -1,3 +1,9 @@ +--- +name: Django +description: Build and Test a Django Project +categories: [Python, Django] +iconName: django +--- name: Django CI on: diff --git a/ci/docker-image.yml b/ci/docker-image.yml index e57d42a..f1053c8 100644 --- a/ci/docker-image.yml +++ b/ci/docker-image.yml @@ -1,3 +1,9 @@ +--- +name: Docker image +description: Build a Docker image to deploy, run, or push to a registry. +categories: [Dockerfile] +iconName: docker +--- name: Docker Image CI on: diff --git a/ci/docker-publish.yml b/ci/docker-publish.yml index 9e80e76..a039d28 100644 --- a/ci/docker-publish.yml +++ b/ci/docker-publish.yml @@ -1,3 +1,9 @@ +--- +name: Publish Docker Container +description: Build, test and push Docker image to GitHub Packages. +categories: [Dockerfile] +iconName: docker +--- name: Docker on: diff --git a/ci/dotnet-core.yml b/ci/dotnet-core.yml index f734ea7..a42e838 100644 --- a/ci/dotnet-core.yml +++ b/ci/dotnet-core.yml @@ -1,3 +1,9 @@ +--- +name: .NET Core +description: Build and test a .NET Core or ASP.NET Core project. +categories: [C#, F#, Visual Basic, ASP, ASP.NET, .NET] +iconName: dotnetcore +--- name: .NET Core on: diff --git a/ci/elixir.yml b/ci/elixir.yml index 4de7dcb..422f434 100644 --- a/ci/elixir.yml +++ b/ci/elixir.yml @@ -1,3 +1,9 @@ +--- +name: Elixir +description: Build and test an Elixir project with Mix. +categories: [Elixir, Erlang] +iconName: elixir +--- name: Elixir CI on: diff --git a/ci/erlang.yml b/ci/erlang.yml index fd28497..cbd8a66 100644 --- a/ci/erlang.yml +++ b/ci/erlang.yml @@ -1,3 +1,9 @@ +--- +name: Erlang +description: Build and test an Erlang project with rebar. +categories: [Erlang] +iconName: erlang +--- name: Erlang CI on: diff --git a/ci/gem-push.yml b/ci/gem-push.yml index 08733c7..cb508e7 100644 --- a/ci/gem-push.yml +++ b/ci/gem-push.yml @@ -1,3 +1,9 @@ +--- +name: Ruby Gem +description: Pushes a Ruby Gem to RubyGems and GitHub Package Registry. +categories: [Ruby, SDLC] +iconName: ruby-gems +--- name: Ruby Gem on: diff --git a/ci/go.yml b/ci/go.yml index d31e87f..0d23663 100644 --- a/ci/go.yml +++ b/ci/go.yml @@ -1,3 +1,9 @@ +--- +name: Go +description: Build a Go project. +categories: [Go] +iconName: go +--- name: Go on: diff --git a/ci/google.yml b/ci/google.yml index b8d1079..29ae3bb 100644 --- a/ci/google.yml +++ b/ci/google.yml @@ -1,3 +1,9 @@ +--- +name: Build and Deploy to GKE +description: Build a docker container, publish it to Google Container Registry, and deploy to GKE. +categories: [] +iconName: googlegke +--- # This workflow will build a docker container, publish it to Google Container Registry, and deploy it to GKE when a release is created # # To configure this workflow: diff --git a/ci/gradle-publish.yml b/ci/gradle-publish.yml index cec487e..1297708 100644 --- a/ci/gradle-publish.yml +++ b/ci/gradle-publish.yml @@ -1,3 +1,9 @@ +--- +name: Publish Java Package with Gradle +description: Build a Java Package using Gradle and publish to GitHub Packages. +categories: [Java, Gradle] +iconName: gradle +--- # This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#publishing-using-gradle diff --git a/ci/gradle.yml b/ci/gradle.yml index 58e1c59..b0d16c9 100644 --- a/ci/gradle.yml +++ b/ci/gradle.yml @@ -1,3 +1,9 @@ +--- +name: Java with Gradle +description: Build and test a Java project using a Gradle wrapper script. +categories: [Java, Gradle] +iconName: gradle +--- # This workflow will build a Java project with Gradle # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle diff --git a/ci/haskell.yml b/ci/haskell.yml index 4bc2d16..3354cb6 100644 --- a/ci/haskell.yml +++ b/ci/haskell.yml @@ -1,3 +1,9 @@ +--- +name: Haskell +description: Build and test a Haskell project with Cabal. +categories: [Haskell] +iconName: haskell +--- name: Haskell CI on: diff --git a/ci/ibm.yml b/ci/ibm.yml index 8af050f..d239dcc 100644 --- a/ci/ibm.yml +++ b/ci/ibm.yml @@ -1,3 +1,9 @@ +--- +name: Build and Deploy to IKS +description: Build a docker container, publish it to IBM Container Registry, and deploy to IKS. +categories: [] +iconName: ibm +--- # This workflow will build a docker container, publish it to IBM Container Registry, and deploy it to IKS when a release is created # # To configure this workflow: diff --git a/ci/jekyll.yml b/ci/jekyll.yml index 64df081..7e69530 100644 --- a/ci/jekyll.yml +++ b/ci/jekyll.yml @@ -1,3 +1,9 @@ +--- +name: Jekyll +description: Package a Jekyll site using the jekyll/builder Docker image. +categories: [HTML] +iconName: jekyll +--- name: Jekyll site CI on: diff --git a/ci/laravel.yml b/ci/laravel.yml index 7fc4665..b7d4e7a 100644 --- a/ci/laravel.yml +++ b/ci/laravel.yml @@ -1,3 +1,9 @@ +--- +name: Laravel +description: Test a Laravel project. +categories: [PHP, Laravel] +iconName: php +--- name: Laravel on: diff --git a/ci/maven-publish.yml b/ci/maven-publish.yml index fb1c7ee..2621d42 100644 --- a/ci/maven-publish.yml +++ b/ci/maven-publish.yml @@ -1,3 +1,9 @@ +--- +name: Publish Java Package with Maven +description: Build a Java Package using Maven and publish to GitHub Packages. +categories: [Java, Maven] +iconName: maven +--- # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path diff --git a/ci/maven.yml b/ci/maven.yml index c8aeb3a..98f00c0 100644 --- a/ci/maven.yml +++ b/ci/maven.yml @@ -1,3 +1,9 @@ +--- +name: Java with Maven +description: Build and test a Java project with Apache Maven. +categories: [Java, Maven] +iconName: maven +--- # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven diff --git a/ci/node.js.yml b/ci/node.js.yml index e772a1c..ec55674 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -1,3 +1,9 @@ +--- +name: Node.js +description: Build and test a Node.js project with npm. +categories: [JavaScript, Node, Npm] +iconName: nodejs +--- # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 861e372..0f0c5ba 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -1,3 +1,9 @@ +--- +name: Publish Node.js Package +description: Publishes a Node.js package to npm and GitHub Packages. +categories: [JavaScript, SDLC] +iconName: node-package-transparent +--- # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages diff --git a/ci/php.yml b/ci/php.yml index 989deb2..90a7310 100644 --- a/ci/php.yml +++ b/ci/php.yml @@ -1,3 +1,9 @@ +--- +name: PHP +description: Build and test a PHP application using Composer +categories: [PHP, Composer] +iconName: php +--- name: PHP Composer on: diff --git a/ci/properties/android.properties.json b/ci/properties/android.properties.json deleted file mode 100644 index 29d293f..0000000 --- a/ci/properties/android.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Android CI", - "description": "Build an Android project with Gradle.", - "iconName": "android", - "categories": ["Java", "Mobile"] -} diff --git a/ci/properties/ant.properties.json b/ci/properties/ant.properties.json deleted file mode 100644 index 5a4d7a9..0000000 --- a/ci/properties/ant.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Java with Ant", - "description": "Build and test a Java project with Apache Ant.", - "iconName": "ant", - "categories": ["Ant", "Java"] -} diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json deleted file mode 100644 index 2988e7c..0000000 --- a/ci/properties/aws.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Deploy to Amazon ECS", - "description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.", - "iconName": "aws", - "categories": null -} \ No newline at end of file diff --git a/ci/properties/azure.properties.json b/ci/properties/azure.properties.json deleted file mode 100644 index ba92f6f..0000000 --- a/ci/properties/azure.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Deploy Node.js to Azure Web App", - "description": "Build a Node.js project and deploy it to an Azure Web App.", - "iconName": "azure", - "categories": null -} \ No newline at end of file diff --git a/ci/properties/blank.properties.json b/ci/properties/blank.properties.json deleted file mode 100644 index d244772..0000000 --- a/ci/properties/blank.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Simple workflow", - "description": "Start with a file with the minimum necessary structure.", - "iconName": "blank", - "categories": null -} diff --git a/ci/properties/c-cpp.properties.json b/ci/properties/c-cpp.properties.json deleted file mode 100644 index 5d2a2df..0000000 --- a/ci/properties/c-cpp.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "C/C++ with Make", - "description": "Build and test a C/C++ project using Make.", - "iconName": "c-cpp", - "categories": ["C", "C++"] -} diff --git a/ci/properties/clojure.properties.json b/ci/properties/clojure.properties.json deleted file mode 100644 index 5a9e3ed..0000000 --- a/ci/properties/clojure.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Clojure", - "description": "Build and test a Clojure project with Leiningen.", - "iconName": "clojure", - "categories": ["Clojure", "Java"] -} diff --git a/ci/properties/crystal.properties.json b/ci/properties/crystal.properties.json deleted file mode 100644 index bb058f7..0000000 --- a/ci/properties/crystal.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Crystal", - "description": "Build and test a Crystal project.", - "iconName": "crystal", - "categories": ["Crystal"] -} diff --git a/ci/properties/dart.properties.json b/ci/properties/dart.properties.json deleted file mode 100644 index 022a003..0000000 --- a/ci/properties/dart.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Dart", - "description": "Build and test a Dart project with Pub.", - "iconName": "dart", - "categories": ["Dart"] -} diff --git a/ci/properties/django.properties.json b/ci/properties/django.properties.json deleted file mode 100644 index 3015441..0000000 --- a/ci/properties/django.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Django", - "description": "Build and Test a Django Project", - "iconName": "django", - "categories": ["Python", "Django"] -} diff --git a/ci/properties/docker-image.properties.json b/ci/properties/docker-image.properties.json deleted file mode 100644 index 8ad7552..0000000 --- a/ci/properties/docker-image.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Docker image", - "description": "Build a Docker image to deploy, run, or push to a registry.", - "iconName": "docker", - "categories": ["Dockerfile"] -} diff --git a/ci/properties/docker-publish.properties.json b/ci/properties/docker-publish.properties.json deleted file mode 100644 index 1b36c0f..0000000 --- a/ci/properties/docker-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Docker Container", - "description": "Build, test and push Docker image to GitHub Packages.", - "iconName": "docker", - "categories": ["Dockerfile"] -} diff --git a/ci/properties/dotnet-core.properties.json b/ci/properties/dotnet-core.properties.json deleted file mode 100644 index 3386a3d..0000000 --- a/ci/properties/dotnet-core.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": ".NET Core", - "description": "Build and test a .NET Core or ASP.NET Core project.", - "iconName": "dotnetcore", - "categories": ["C#", "F#", "Visual Basic", "ASP", "ASP.NET", ".NET"] -} diff --git a/ci/properties/elixir.properties.json b/ci/properties/elixir.properties.json deleted file mode 100644 index 572992d..0000000 --- a/ci/properties/elixir.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Elixir", - "description": "Build and test an Elixir project with Mix.", - "iconName": "elixir", - "categories": ["Elixir", "Erlang"] -} diff --git a/ci/properties/erlang.properties.json b/ci/properties/erlang.properties.json deleted file mode 100644 index d712b05..0000000 --- a/ci/properties/erlang.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Erlang", - "description": "Build and test an Erlang project with rebar.", - "iconName": "erlang", - "categories": ["Erlang"] -} diff --git a/ci/properties/gem-push.properties.json b/ci/properties/gem-push.properties.json deleted file mode 100644 index c54e7b5..0000000 --- a/ci/properties/gem-push.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Ruby Gem", - "description": "Pushes a Ruby Gem to RubyGems and GitHub Package Registry.", - "iconName": "ruby-gems", - "categories": ["Ruby", "SDLC"] -} diff --git a/ci/properties/go.properties.json b/ci/properties/go.properties.json deleted file mode 100644 index b96c0a1..0000000 --- a/ci/properties/go.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Go", - "description": "Build a Go project.", - "iconName": "go", - "categories": ["Go"] -} diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json deleted file mode 100644 index dee44b9..0000000 --- a/ci/properties/google.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Build and Deploy to GKE", - "description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.", - "iconName": "googlegke", - "categories": null -} \ No newline at end of file diff --git a/ci/properties/gradle-publish.properties.json b/ci/properties/gradle-publish.properties.json deleted file mode 100644 index 90b7295..0000000 --- a/ci/properties/gradle-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Java Package with Gradle", - "description": "Build a Java Package using Gradle and publish to GitHub Packages.", - "iconName": "gradle", - "categories": ["Java", "Gradle"] -} \ No newline at end of file diff --git a/ci/properties/gradle.properties.json b/ci/properties/gradle.properties.json deleted file mode 100644 index bfe1a6f..0000000 --- a/ci/properties/gradle.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Java with Gradle", - "description": "Build and test a Java project using a Gradle wrapper script.", - "iconName": "gradle", - "categories": ["Java", "Gradle"] -} diff --git a/ci/properties/haskell.properties.json b/ci/properties/haskell.properties.json deleted file mode 100644 index 2dedbf2..0000000 --- a/ci/properties/haskell.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Haskell", - "description": "Build and test a Haskell project with Cabal.", - "iconName": "haskell", - "categories": ["Haskell"] -} diff --git a/ci/properties/ibm.properties.json b/ci/properties/ibm.properties.json deleted file mode 100644 index 44d8996..0000000 --- a/ci/properties/ibm.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Build and Deploy to IKS", - "description": "Build a docker container, publish it to IBM Container Registry, and deploy to IKS.", - "iconName": "ibm", - "categories": null -} \ No newline at end of file diff --git a/ci/properties/jekyll.properties.json b/ci/properties/jekyll.properties.json deleted file mode 100644 index 38cc6cd..0000000 --- a/ci/properties/jekyll.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Jekyll", - "description": "Package a Jekyll site using the jekyll/builder Docker image.", - "iconName": "jekyll", - "categories": ["HTML"] -} diff --git a/ci/properties/laravel.properties.json b/ci/properties/laravel.properties.json deleted file mode 100644 index f10a462..0000000 --- a/ci/properties/laravel.properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Laravel", - "description": "Test a Laravel project.", - "iconName": "php", - "categories": [ - "PHP", - "Laravel" - ] -} \ No newline at end of file diff --git a/ci/properties/maven-publish.properties.json b/ci/properties/maven-publish.properties.json deleted file mode 100644 index 2f59f41..0000000 --- a/ci/properties/maven-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Java Package with Maven", - "description": "Build a Java Package using Maven and publish to GitHub Packages.", - "iconName": "maven", - "categories": ["Java", "Maven"] -} \ No newline at end of file diff --git a/ci/properties/maven.properties.json b/ci/properties/maven.properties.json deleted file mode 100644 index e322d04..0000000 --- a/ci/properties/maven.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Java with Maven", - "description": "Build and test a Java project with Apache Maven.", - "iconName": "maven", - "categories": ["Java", "Maven"] -} diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json deleted file mode 100644 index 6ab4c53..0000000 --- a/ci/properties/node.js.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Node.js", - "description": "Build and test a Node.js project with npm.", - "iconName": "nodejs", - "categories": ["JavaScript", "Node", "Npm"] -} diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json deleted file mode 100644 index d253373..0000000 --- a/ci/properties/npm-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Node.js Package", - "description": "Publishes a Node.js package to npm and GitHub Packages.", - "iconName": "node-package-transparent", - "categories": ["JavaScript", "SDLC"] -} diff --git a/ci/properties/php.properties.json b/ci/properties/php.properties.json deleted file mode 100644 index 641e536..0000000 --- a/ci/properties/php.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "PHP", - "description": "Build and test a PHP application using Composer", - "iconName": "php", - "categories": ["PHP", "Composer"] -} \ No newline at end of file diff --git a/ci/properties/python-app.properties.json b/ci/properties/python-app.properties.json deleted file mode 100644 index 34e4a57..0000000 --- a/ci/properties/python-app.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Python application", - "description": "Create and test a Python application.", - "iconName": "python", - "categories": ["Python"] -} diff --git a/ci/properties/python-package.properties.json b/ci/properties/python-package.properties.json deleted file mode 100644 index 4e09d40..0000000 --- a/ci/properties/python-package.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Python package", - "description": "Create and test a Python package on multiple Python versions.", - "iconName": "python", - "categories": ["Python"] -} diff --git a/ci/properties/python-publish.properties.json b/ci/properties/python-publish.properties.json deleted file mode 100644 index 4fd9ece..0000000 --- a/ci/properties/python-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Python Package", - "description": "Publish a Python Package to PyPI on release.", - "iconName": "python", - "categories": ["Python"] -} diff --git a/ci/properties/ruby.properties.json b/ci/properties/ruby.properties.json deleted file mode 100644 index 904f12f..0000000 --- a/ci/properties/ruby.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Ruby", - "description": "Build and test a Ruby project with Rake.", - "iconName": "ruby", - "categories": ["Ruby"] -} diff --git a/ci/properties/rust.properties.json b/ci/properties/rust.properties.json deleted file mode 100644 index 3a6dc02..0000000 --- a/ci/properties/rust.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Rust", - "description": "Build and test a Rust project with Cargo.", - "iconName": "rust", - "categories": ["Rust"] -} \ No newline at end of file diff --git a/ci/properties/scala.properties.json b/ci/properties/scala.properties.json deleted file mode 100644 index a92fc73..0000000 --- a/ci/properties/scala.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Scala", - "description": "Build and test a Scala project with SBT.", - "iconName": "scala", - "categories": ["Scala", "Java"] -} diff --git a/ci/properties/swift.properties.json b/ci/properties/swift.properties.json deleted file mode 100644 index 9efd645..0000000 --- a/ci/properties/swift.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Swift", - "description": "Build and test a Swift Package.", - "iconName": "swift", - "categories": ["Swift"] -} diff --git a/ci/properties/tencent.properties.json b/ci/properties/tencent.properties.json deleted file mode 100644 index b3d9d3f..0000000 --- a/ci/properties/tencent.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Tencent Kubernetes Engine", - "description": "This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).", - "iconName": "tencentcloud", - "categories": null -} diff --git a/ci/properties/terraform.properties.json b/ci/properties/terraform.properties.json deleted file mode 100644 index 34fa16e..0000000 --- a/ci/properties/terraform.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Terraform", - "description": "Set up Terraform CLI in your GitHub Actions workflow.", - "iconName": "terraform", - "categories": null -} diff --git a/ci/properties/wpf-dotnet-core.properties.json b/ci/properties/wpf-dotnet-core.properties.json deleted file mode 100644 index f43ea35..0000000 --- a/ci/properties/wpf-dotnet-core.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "WPF .NET Core", - "description": "Build, test and publish a Wpf application built on .NET Core.", - "iconName": "dotnetcore", - "categories": ["C#", "Visual Basic", "WPF", ".NET"] -} \ No newline at end of file diff --git a/ci/python-app.yml b/ci/python-app.yml index c7f5067..9779cc2 100644 --- a/ci/python-app.yml +++ b/ci/python-app.yml @@ -1,3 +1,9 @@ +--- +name: Python application +description: Create and test a Python application. +categories: [Python] +iconName: python +--- # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions diff --git a/ci/python-package.yml b/ci/python-package.yml index f1abc2f..ed9c485 100644 --- a/ci/python-package.yml +++ b/ci/python-package.yml @@ -1,3 +1,9 @@ +--- +name: Python package +description: Create and test a Python package on multiple Python versions. +categories: [Python] +iconName: python +--- # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 4e1ef42..acf66cd 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -1,3 +1,9 @@ +--- +name: Publish Python Package +description: Publish a Python Package to PyPI on release. +categories: [Python] +iconName: python +--- # This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries diff --git a/ci/ruby.yml b/ci/ruby.yml index 76c166e..aadf82c 100644 --- a/ci/ruby.yml +++ b/ci/ruby.yml @@ -1,3 +1,9 @@ +--- +name: Ruby +description: Build and test a Ruby project with Rake. +categories: [Ruby] +iconName: ruby +--- # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support diff --git a/ci/rust.yml b/ci/rust.yml index 6738b0b..68bc6a3 100644 --- a/ci/rust.yml +++ b/ci/rust.yml @@ -1,3 +1,9 @@ +--- +name: Rust +description: Build and test a Rust project with Cargo. +categories: [Rust] +iconName: rust +--- name: Rust on: diff --git a/ci/scala.yml b/ci/scala.yml index f182d0c..ef5c55d 100644 --- a/ci/scala.yml +++ b/ci/scala.yml @@ -1,3 +1,9 @@ +--- +name: Scala +description: Build and test a Scala project with SBT. +categories: [Scala, Java] +iconName: scala +--- name: Scala CI on: diff --git a/ci/swift.yml b/ci/swift.yml index 5dbdb4f..2d9f4a6 100644 --- a/ci/swift.yml +++ b/ci/swift.yml @@ -1,3 +1,9 @@ +--- +name: Swift +description: Build and test a Swift Package. +categories: [Swift] +iconName: swift +--- name: Swift on: diff --git a/ci/tencent.yml b/ci/tencent.yml index 2d4ad03..3382380 100644 --- a/ci/tencent.yml +++ b/ci/tencent.yml @@ -1,3 +1,9 @@ +--- +name: Tencent Kubernetes Engine +description: This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE). +categories: [] +iconName: tencentcloud +--- # This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE). # # To configure this workflow: diff --git a/ci/terraform.yml b/ci/terraform.yml index 148f2e2..63e1a39 100644 --- a/ci/terraform.yml +++ b/ci/terraform.yml @@ -1,3 +1,9 @@ +--- +name: Terraform +description: Set up Terraform CLI in your GitHub Actions workflow. +categories: [] +iconName: terraform +--- # This workflow installs the latest version of Terraform CLI and configures the Terraform CLI configuration file # with an API token for Terraform Cloud (app.terraform.io). On pull request events, this workflow will run # `terraform init`, `terraform fmt`, and `terraform plan` (speculative plan via Terraform Cloud). On push events diff --git a/ci/wpf-dotnet-core.yml b/ci/wpf-dotnet-core.yml index 80ec3e5..34a1fba 100644 --- a/ci/wpf-dotnet-core.yml +++ b/ci/wpf-dotnet-core.yml @@ -1,3 +1,9 @@ +--- +name: WPF .NET Core +description: Build, test and publish a Wpf application built on .NET Core. +categories: [C#, Visual Basic, WPF, .NET] +iconName: dotnetcore +--- # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support