[bitnami/*] Bumping the action version to assign PRs (#1775)
* Automated PRs created by the bitnami-bot should be ignored by any workflow related to support activities. Signed-off-by: Alejandro Gómez <morona@vmware.com> * Bumping the action version to assign PRs Signed-off-by: Alejandro Gómez <morona@vmware.com>
This commit is contained in:
parent
1ce3fb5ff5
commit
07bd0c8388
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Assign to a person to work on it
|
||||
# Only if moved into In progress FROM Triage
|
||||
if: ${{ github.event.project_card.column_id == env.IN_PROGRESS_COLUMN_ID && github.event.changes != null && github.event.changes.column_id && github.event.changes.column_id.from == env.TRIAGE_COLUMN_ID }}
|
||||
uses: pozil/auto-assign-issue@v1.7.3
|
||||
uses: pozil/auto-assign-issue@v1.9.0
|
||||
with:
|
||||
numOfAssignee: 1
|
||||
removePreviousAssignees: true
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
with:
|
||||
path: .github/workflows/
|
||||
- name: Assign to a person to work on it
|
||||
uses: pozil/auto-assign-issue@v1.7.3
|
||||
uses: pozil/auto-assign-issue@v1.9.0
|
||||
with:
|
||||
numOfAssignee: 1
|
||||
removePreviousAssignees: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue