Skip to content

Commit

Permalink
update reviewer list
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj authored Oct 2, 2023
1 parent 2fa1a37 commit 9bdba10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/afids-validator_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Setup python environment
uses: khanlab/actions/.github/actions/[email protected].0
uses: khanlab/actions/.github/actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
cache-id: ${{ github.event.pull_request.id }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Setup python environment
uses: khanlab/actions/.github/actions/[email protected].0
uses: khanlab/actions/.github/actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
cache-id: ${{ github.event.pull_request.id }}
Expand Down Expand Up @@ -128,10 +128,10 @@ jobs:
assign-reviewer:
needs: [build-frontend]
if: github.event.pull_request.assignee == null
uses: khanlab/actions/.github/workflows/[email protected].0
uses: khanlab/actions/.github/workflows/[email protected].1

update_changelog:
if: github.event.pull_request.merged == true
uses: khanlab/actions/.github/workflows/[email protected].0
uses: khanlab/actions/.github/workflows/[email protected].1
secrets:
BP-PAT: ${{ secrets.BP_PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/afids-validator_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
github-release:
uses: khanlab/actions/.github/workflows/[email protected].0
uses: khanlab/actions/.github/workflows/[email protected].1
with:
comments: ${{ inputs.comments }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "afidsvalidator"
version = "v1.2.8-pre.11"
version = "1.3.0-pre.1"
description = "Anatomical fiducials (AFIDs) validator for user placed markups"
authors = ["Jason Kai <kaitj>", "Tristan Kuehn <tkkuehn>", "Olivia Stanley <ostanley>", "AFIDs contributors"]
license = "GPL-3.0"
Expand Down

0 comments on commit 9bdba10

Please sign in to comment.