How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
| { | |
| "type": "object", | |
| "properties": { | |
| "apis": { | |
| "title": "APIs", | |
| "type": "array", | |
| "items": { | |
| "type": "object", | |
| "title": "API", | |
| "required": ["organizationId", "apiId", "version", "endpoint", "endpointType", "endpointContentType"], |
| diff --git a/pom.xml b/pom.xml | |
| index 2e7287d..8de48bf 100644 | |
| --- a/pom.xml | |
| +++ b/pom.xml | |
| @@ -307,20 +307,21 @@ | |
| <build> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.sonatype.plugins</groupId> | |
| <artifactId>nexus-staging-maven-plugin</artifactId> |
| <# | |
| --[set-windows-dockerfiles.ps1]-- | |
| # for running apiman on a windows system | |
| brief: | |
| - Sets absolute paths in the compose files to the current working directory, maintaining unix line endings. | |
| - Do this before running docker compose up commands | |
| instructions: | |
| - Copy this file to the apiman directory containing the docker compose files | |
| - Open PowerShell and cd to the same directory |