Skip to content

Commit 9c28190

Browse files
chore: Adjust github workflows for legacy repos (box/box-codegen#772) (#1331)
1 parent 6c03c25 commit 9c28190

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "12f2054", "specHash": "5bf3652", "version": "0.1.0" }
1+
{ "engineHash": "205c0e9", "specHash": "5bf3652", "version": "0.1.0" }

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: SDK documentation
4-
url: https://github.com/box/box-java-sdk-gen/tree/main/docs
4+
url: https://github.com/box/box-java-sdk/tree/sdk-gen/docs
55
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
66
- name: API documentation
77
url: https://developer.box.com/docs
88
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
99
- name: Box Developer Forums
10-
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
10+
url: https://community.box.com/box-platform-5
1111
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
1212
- name: Issues in this repo
13-
url: https://github.com/box/box-java-sdk-gen/search?type=Issues
13+
url: https://github.com/box/box-java-sdk/search?type=Issues
1414
about: Before creating an issue, I have searched Issues in this repo and my issue isn't already reported.

.github/workflows/autoupdate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Autoupdate PR
22
on:
33
push:
44
branches:
5-
- main
5+
- sdk-gen
66

77
jobs:
88
update_pull_requests:

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: build
22
on:
33
pull_request:
4-
types: [opened, synchronize]
4+
branches:
5+
- sdk-gen
56
push:
67
branches:
7-
- main
8+
- sdk-gen
89
jobs:
910
build-and-test:
1011
runs-on: ubuntu-latest

.github/workflows/notify-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
token: ${{ secrets.DISPATCH_ACCESS_TOKEN }}
2525
repository: box/box-developer-changelog
2626
event-type: new-release-note
27-
client-payload: '{"ref": "${{ github.ref }}", "repository": "${{github.repository}}", "labels": "sdks,java", "repo_display_name": "Box Java SDK Generated"}'
27+
client-payload: '{"ref": "${{ github.ref }}", "repository": "${{github.repository}}", "labels": "sdks,java", "repo_display_name": "Box Java SDK"}'

.github/workflows/semantic-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- opened
77
- edited
88
- synchronize
9+
branches:
10+
- sdk-gen
911

1012
jobs:
1113
main:

.github/workflows/spell-check-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request_target:
44
types: [opened, synchronize, edited]
55
branches:
6-
- main
6+
- sdk-gen
77
jobs:
88
spellcheck-request:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)