[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
|
- name: Assign to a person to work on it
|
||||||
# Only if moved into In progress FROM Triage
|
# 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 }}
|
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:
|
with:
|
||||||
numOfAssignee: 1
|
numOfAssignee: 1
|
||||||
removePreviousAssignees: true
|
removePreviousAssignees: true
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: .github/workflows/
|
path: .github/workflows/
|
||||||
- name: Assign to a person to work on it
|
- 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:
|
with:
|
||||||
numOfAssignee: 1
|
numOfAssignee: 1
|
||||||
removePreviousAssignees: false
|
removePreviousAssignees: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue