Skip to content

Commit

Permalink
chore: Build java on Travis and add README (box/box-codegen#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Sep 27, 2024
1 parent f4064b5 commit 2b8d221
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5a78cc2", "specHash": "6b64d06", "version": "1.6.0" }
{ "engineHash": "1a0f05b", "specHash": "6b64d06", "version": "1.6.0" }
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: SDK documentation
url: https://github.com/box/box-ts-sdk-generated/tree/main/docs
url: https://github.com/box/box-ts-sdk-gen/tree/main/docs
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
- name: API documentation
url: https://developer.box.com/docs
Expand All @@ -10,5 +10,5 @@ contact_links:
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
- name: Issues in this repo
url: https://github.com/box/box-ts-sdk-generated/search?type=Issues
url: https://github.com/box/box-ts-sdk-gen/search?type=Issues
about: Before creating an issue, I have searched Issues in this repo and my issue isn't already reported.
4 changes: 2 additions & 2 deletions .github/workflows/autoupdate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.DISPATCH_ACCESS_TOKEN }}
token: $

- name: Set up Git
run: |
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Auto update pull requests
run: |
PR_LIST=$(curl -s -H "Authorization: Bearer ${{ secrets.DISPATCH_ACCESS_TOKEN }}" "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open" | jq -r '.[] | .head.ref')
PR_LIST=$(curl -s -H "Authorization: Bearer $" "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls?state=open" | jq -r '.[] | .head.ref')
for pr_branch in $PR_LIST; do
git checkout "$pr_branch"
if git merge origin/main; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: refs/heads/main
repository: box/box-sdk-spellchecker
token: ${{ secrets.DISPATCH_ACCESS_TOKEN }}
token: $
path: spellchecker
- name: Execute spellchecker
uses: ./spellchecker
142 changes: 68 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b8d221

Please sign in to comment.