Skip to content

Commit 61a9fb3

Browse files
authored
Merge pull request #4217 from OAI/dev
v3.2-dev: update from dev
2 parents 780522c + 77c76f8 commit 61a9fb3

15 files changed

+519
-430
lines changed

.github/pull_request_template.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
Thank you for contributing to the OpenAPI Specification!
33
44
Please make certain you are submitting your PR on the correct
5-
branch and file:
5+
branch, to the files under the "src/" directory (which is not
6+
present on the main branch, only on the development branches).
67
7-
* 3.0.x spec: v3.0.4-dev branch, versions/3.0.4.md
8-
* 3.1.x spec: v3.1.1-dev branch, versions/3.1.1.md
9-
* 3.2.0 spec: v3.2.0-dev branch, versions/3.2.0.md
10-
* 3.0 schema: main branch, schemas/v3.0/...
11-
* 3.1 schema: main branch, schemas/v3.1/...
8+
* 3.1.x spec and schemas: v3.1-dev branch
9+
* 3.2.x spec and schemas: v3.2-dev branch
1210
* registry templates: gh-pages branch, registry/...
1311
* registry contents: gh-pages branch, registries/...
12+
* process documentation and build infrastructure: main
1413
1514
Note that we do not accept changes to published specifications.
1615
-->

.github/templates/agenda.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Whether attending or not, **anyone can comment on this issue prior to the meetin
77
Meetings take place over Zoom: [https://zoom.us/j/975841675](https://zoom.us/j/975841675?pwd=SUh4MjRLaEFKNlI3RElpWTdhRDVVUT09), dial-in passcode: 763054
88

99
### Accessibility & Etiquette
10-
* Participants must abide by our [Code-of-Conduct](https://github.com/OAI/OpenAPI-Specification/blob/main/CODE_OF_CONDUCT.md#code-of-conduct).
10+
* Participants must abide by our [Code-of-Conduct](https://github.com/OAI/OpenAPI-Specification?tab=coc-ov-file).
1111

1212
* Meetings are recorded for future reference, and for those who are not able to attend in-person.
1313

.github/workflows/schema-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
path: deploy
5050
labels: Housekeeping,Schema
5151
reviewers: darrelmiller,webron,earth2marsh,webron,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge
52-
title: Publish OpenAPI Metaschema Iterations
53-
commit-message: New OpenAPI metaschema iterations
52+
title: Publish OpenAPI Schema Iterations
53+
commit-message: New OpenAPI schema iterations
5454
signoff: true
5555
body: |
5656
This pull request is automatically triggered by GitHub action `schema-publish`.

.github/workflows/validate-markdown.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version: '20.x'
3030
- name: Validate markdown
31-
run: npx --yes mdv versions/3.*.md
31+
run: npx --yes mdv versions/3.*.md src/oas.md
3232
- name: Lint markdown 3.0.4, 3.1.1, and later
33-
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[2-9].*.md
33+
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[2-9].*.md src/oas.md

CODE_OF_CONDUCT.md

-155
This file was deleted.

0 commit comments

Comments
 (0)