Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/item-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down