From 39b2c571bdf53a2debbd00180ffca0f7a73de40f Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 13:31:28 -0600 Subject: [PATCH 1/6] spike: what does tj-actions/changed-files give me? --- .github/workflows/report-changed-files.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/report-changed-files.yaml diff --git a/.github/workflows/report-changed-files.yaml b/.github/workflows/report-changed-files.yaml new file mode 100644 index 00000000000..71a5a92df7f --- /dev/null +++ b/.github/workflows/report-changed-files.yaml @@ -0,0 +1,20 @@ +name: report-changed-files + +on: + pull_request: + +jobs: + report-changed-files: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Get changed files + id: changed-files + uses: tj-actions/changed-files@v35 + - name: List all changed files + run: | + for file in ${{ steps.changed-files.outputs.all_changed_files }}; do + echo "$file was changed" + done From bf0c921510107c613ca3d979f8da920dc4a6786a Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 13:36:12 -0600 Subject: [PATCH 2/6] I made some changes to a doc --- docs/apis-clients/grpc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/apis-clients/grpc.md b/docs/apis-clients/grpc.md index 5f98211ba21..a514024a93e 100644 --- a/docs/apis-clients/grpc.md +++ b/docs/apis-clients/grpc.md @@ -7,6 +7,8 @@ keywords: ["backpressure", "back-pressure", "back pressure"] [Zeebe](../components/zeebe/zeebe-overview.md) clients use [gRPC](https://grpc.io/) to communicate with the cluster. +Once upon a time I lived in a box. + ## Gateway service The Zeebe client gRPC API is exposed through a single gateway service. The current version of the protocol buffer file can be found in the [Zeebe repository](https://github.com/camunda/zeebe/blob/main/gateway-protocol/src/main/proto/gateway.proto). From a47fb6568ca006177b07e63f6af60f6a5c8acad5 Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 13:41:20 -0600 Subject: [PATCH 3/6] trigger the same way build-docs does --- .github/workflows/report-changed-files.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/report-changed-files.yaml b/.github/workflows/report-changed-files.yaml index 71a5a92df7f..21fcb5db99e 100644 --- a/.github/workflows/report-changed-files.yaml +++ b/.github/workflows/report-changed-files.yaml @@ -1,10 +1,17 @@ name: report-changed-files on: + push: + branches: + - "**" + - "!main" + tags-ignore: + - "*" pull_request: jobs: report-changed-files: + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 From 6808784efb89dd31c9ca6989602bd03ffb4fd892 Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 14:05:53 -0600 Subject: [PATCH 4/6] revert to only running on pull_request --- .github/workflows/report-changed-files.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/report-changed-files.yaml b/.github/workflows/report-changed-files.yaml index 21fcb5db99e..71a5a92df7f 100644 --- a/.github/workflows/report-changed-files.yaml +++ b/.github/workflows/report-changed-files.yaml @@ -1,17 +1,10 @@ name: report-changed-files on: - push: - branches: - - "**" - - "!main" - tags-ignore: - - "*" pull_request: jobs: report-changed-files: - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 From cb40b22bec777976d5ef33b5f53f22ae3f4cf6e8 Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 14:07:47 -0600 Subject: [PATCH 5/6] blah blah more content changes --- versioned_docs/version-8.1/apis-clients/operate-api/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-8.1/apis-clients/operate-api/index.md b/versioned_docs/version-8.1/apis-clients/operate-api/index.md index 13c3d6797df..722f53fff95 100644 --- a/versioned_docs/version-8.1/apis-clients/operate-api/index.md +++ b/versioned_docs/version-8.1/apis-clients/operate-api/index.md @@ -5,6 +5,8 @@ description: "Operate API is a REST API and provides searching, getting, and cha Requests and responses are in JSON notation." --- +What if one day we woke up and the sun was replaced by a lemonades girl scout cookie? + ## Introduction Operate API is a REST API and provides searching, getting, and changing Operate data. From 300871f5ae876e95e011c93a18fce78ae408e826 Mon Sep 17 00:00:00 2001 From: Steven Hicks Date: Fri, 3 Feb 2023 14:11:04 -0600 Subject: [PATCH 6/6] more content changes --- versioned_docs/version-8.1/apis-clients/operate-api/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-8.1/apis-clients/operate-api/index.md b/versioned_docs/version-8.1/apis-clients/operate-api/index.md index 722f53fff95..3137118d1de 100644 --- a/versioned_docs/version-8.1/apis-clients/operate-api/index.md +++ b/versioned_docs/version-8.1/apis-clients/operate-api/index.md @@ -7,6 +7,8 @@ Requests and responses are in JSON notation." What if one day we woke up and the sun was replaced by a lemonades girl scout cookie? +I would eat the sun in less than a day. + ## Introduction Operate API is a REST API and provides searching, getting, and changing Operate data.