Fixing typo that blocks all PR closing

Signed-off-by: Alejandro Gómez Morón <morona@vmware.com>
This commit is contained in:
Alejandro Gómez Morón
2022-08-23 11:26:32 +02:00
committed by GitHub
parent 7191d9aa00
commit 90692bed38

View File

@@ -18,7 +18,7 @@ concurrency:
jobs:
send_to_solved:
if: ${{ github.actor != 'bitnami-bot' || (github.actor = 'bitnami-bot' && github.event.issue && (!contains(github.event.issue.labels.*.name, 'stale'))) }}
if: ${{ github.actor != 'bitnami-bot' || (github.actor == 'bitnami-bot' && github.event.issue && (!contains(github.event.issue.labels.*.name, 'stale'))) }}
runs-on: ubuntu-latest
steps:
- name: Repo checkout
@@ -43,4 +43,4 @@ jobs:
with:
repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}"
add-labels: "solved"
remove-labels: "in-progress, on-hold, triage"
remove-labels: "in-progress, on-hold, triage"