mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
Ignoring automated PR (Release activity) from the support flow. (#342)
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>
This commit is contained in:
committed by
GitHub
parent
c21a161648
commit
9de3b762e4
6
.github/workflows/moving-cards.yml
vendored
6
.github/workflows/moving-cards.yml
vendored
@@ -9,13 +9,14 @@ permissions:
|
||||
repository-projects: read
|
||||
issues: write
|
||||
|
||||
# To fix the concurrency when for example more than one label is added
|
||||
concurrency:
|
||||
# Cards are special
|
||||
group: ${{ github.event.project_card.content_url }}
|
||||
group: ${{ github.run_id }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
label-card:
|
||||
if: ${{ github.actor != 'bitnami-bot' && github.event.pull_request && (!contains(github.event.pull_request.labels.*.name, 'auto-merge')) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repo checkout
|
||||
@@ -52,6 +53,7 @@ jobs:
|
||||
add-labels: "solved"
|
||||
remove-labels: "in-progress, on-hold, triage"
|
||||
assign-assignee-if-needed:
|
||||
if: ${{ github.actor != 'bitnami-bot' && (!contains(github.event.issue.labels.*.name, 'auto-merge')) }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repo checkout
|
||||
|
||||
Reference in New Issue
Block a user