Skip to content

Commit 76aa795

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[SetUp] Updated clients base
1 parent b5e69a6 commit 76aa795

File tree

68 files changed

+655233
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+655233
-156
lines changed

.github/renovate.json

Lines changed: 774 additions & 100 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CI: GitHubEnterprise-3.13"
2+
on:
3+
pull_request:
4+
paths:
5+
- ".github/workflows/ci-GitHubEnterprise-3.13.yaml"
6+
- ".github/workflows/generate-GitHubEnterprise-3.13.yaml"
7+
- ".github/workflows/release-management-GitHubEnterprise-3.13.yaml"
8+
- "clients/GitHubEnterprise-3.13/**"
9+
## This workflow needs the `pull-request` permissions to work for the package diffing
10+
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
11+
permissions:
12+
pull-requests: write
13+
contents: read
14+
jobs:
15+
ci:
16+
name: Continuous Integration
17+
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18+
with:
19+
disableMarkdownLinkCheck: true
20+
disableSetMilestone: true
21+
workingDirectory: "clients/GitHubEnterprise-3.13"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CI: GitHubEnterprise-3.14"
2+
on:
3+
pull_request:
4+
paths:
5+
- ".github/workflows/ci-GitHubEnterprise-3.14.yaml"
6+
- ".github/workflows/generate-GitHubEnterprise-3.14.yaml"
7+
- ".github/workflows/release-management-GitHubEnterprise-3.14.yaml"
8+
- "clients/GitHubEnterprise-3.14/**"
9+
## This workflow needs the `pull-request` permissions to work for the package diffing
10+
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
11+
permissions:
12+
pull-requests: write
13+
contents: read
14+
jobs:
15+
ci:
16+
name: Continuous Integration
17+
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18+
with:
19+
disableMarkdownLinkCheck: true
20+
disableSetMilestone: true
21+
workingDirectory: "clients/GitHubEnterprise-3.14"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "CI: GitHubEnterprise-3.15"
2+
on:
3+
pull_request:
4+
paths:
5+
- ".github/workflows/ci-GitHubEnterprise-3.15.yaml"
6+
- ".github/workflows/generate-GitHubEnterprise-3.15.yaml"
7+
- ".github/workflows/release-management-GitHubEnterprise-3.15.yaml"
8+
- "clients/GitHubEnterprise-3.15/**"
9+
## This workflow needs the `pull-request` permissions to work for the package diffing
10+
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
11+
permissions:
12+
pull-requests: write
13+
contents: read
14+
jobs:
15+
ci:
16+
name: Continuous Integration
17+
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18+
with:
19+
disableMarkdownLinkCheck: true
20+
disableSetMilestone: true
21+
workingDirectory: "clients/GitHubEnterprise-3.15"

.github/workflows/generate-GitHub.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Generate: GitHub"
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '13 16 * * *'
5+
- cron: '13 19 * * *'
66
jobs:
77
supported-versions-matrix:
88
name: Supported Versions Matrix GitHub
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHub/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHub/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHub/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHub
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHub/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

.github/workflows/generate-GitHubAE.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Generate: GitHubAE"
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '13 18 * * *'
5+
- cron: '13 21 * * *'
66
jobs:
77
supported-versions-matrix:
88
name: Supported Versions Matrix GitHubAE
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubAE/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubAE/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubAE/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHubAE
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHubAE/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

.github/workflows/generate-GitHubEnterprise-3.1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.1/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.1/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.1/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHubEnterprise-3.1
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHubEnterprise-3.1/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

.github/workflows/generate-GitHubEnterprise-3.10.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.10/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.10/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.10/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHubEnterprise-3.10
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHubEnterprise-3.10/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

.github/workflows/generate-GitHubEnterprise-3.11.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.11/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.11/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.11/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHubEnterprise-3.11
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHubEnterprise-3.11/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

.github/workflows/generate-GitHubEnterprise-3.12.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.12/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.43.1
44+
uses: mikefarah/yq@v4.44.3
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.12/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.43.1
49+
uses: mikefarah/yq@v4.44.3
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.12/previous.spec.yaml'
5252
- name: Generate spec diff
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
make generate-client GitHubEnterprise-3.12
6666
- name: Create Pull Request
67-
uses: peter-evans/create-pull-request@v6
67+
uses: peter-evans/create-pull-request@v7
6868
with:
6969
branch: "GitHubEnterprise-3.12/from-${{ steps.look-current-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}-from-${{ steps.look-previous-up-spec-version.outputs.result }}-${{ steps.spec-hash.outputs.current }}"
7070
token: ${{ secrets.SUBSPLIT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)