Skip to content

Commit

Permalink
Merge pull request #7 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
Update GHA
  • Loading branch information
yambottle authored Sep 10, 2024
2 parents 009549f + d0bcd00 commit 0cc7422
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: DataJoint Contribution Guideline
url: https://datajoint.com/docs/community/contribute/
url: https://datajoint.com/docs/about/contribute/
about: Please make sure to review the DataJoint Contribution Guidelines
10 changes: 10 additions & 0 deletions .github/workflows/devcontainer-build-publish-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: devcontainer_build_publish
on:
workflow_dispatch:

jobs:
call_devcontainer_build_publish:
uses: datajoint/.github/.github/workflows/devcontainer-build-publish.yaml@main
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:
jobs:
mkdocs_release:
uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main
permissions:
permissions:
contents: write
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
7 changes: 7 additions & 0 deletions .github/workflows/semantic-release-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: semantic-release
on:
workflow_dispatch:

jobs:
call_semantic_release:
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ jobs:
python_version=${{matrix.py_ver}}
black element_moseq --check --verbose --target-version py${python_version//.}
black notebooks --check --verbose --target-version py${python_version//.}

0 comments on commit 0cc7422

Please sign in to comment.