mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 03:17:10 +08:00
Fixing typo that blocks all PR closing
Signed-off-by: Alejandro Gómez Morón <morona@vmware.com>
This commit is contained in:
committed by
GitHub
parent
7191d9aa00
commit
90692bed38
4
.github/workflows/move-closed-issues.yml
vendored
4
.github/workflows/move-closed-issues.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user