diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 255abef..9a7e1f6 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -88,7 +88,7 @@ jobs: contains(fromJson(needs.get-info.outputs.assignable-label-keys),github.event.label.name) steps: - name: Assign issue/PR - uses: pozil/auto-assign-issue@70adb98ca8b3941524e9ecde48e89067c4f96736 + uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 with: numOfAssignee: 1 removePreviousAssignees: ${{ fromJson(needs.get-info.outputs.label-mapping)[github.event.label.name].remove-previous-assignees }} diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index b7e0a76..d5220ba 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -110,7 +110,7 @@ jobs: add-labels: ${{ (contains(fromJson(env.BITNAMI_TEAM), steps.get-item.outputs.author)) && 'bitnami' || 'triage' }} remove-labels: on-hold, in-progress, solved, ${{ (contains(fromJson(env.BITNAMI_TEAM), steps.get-item.outputs.author)) && 'triage' || 'bitnami' }} - name: Assign issue - uses: pozil/auto-assign-issue@70adb98ca8b3941524e9ecde48e89067c4f96736 + uses: pozil/auto-assign-issue@af6beea6bdf1e8eb373f061c5bc168681fc6d011 if: ${{ steps.get-item.outputs.author != 'bitnami-bot' }} with: numOfAssignee: 1