GitHub create-deploy-tag workflow: Allow kibana-operations team to trigger (#165630)

This commit is contained in:
Thomas Watson 2023-09-05 11:17:23 +02:00 committed by GitHub
parent 528884c5f3
commit 531acda76c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ concurrency:
jobs:
create-deploy-tag:
# Temporary, we need a way to limit this to a GitHub team instead of specific users
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck"]', github.triggering_actor)
if: contains('["watson","clintandrewhall","kobelb","lukeelmers","thomasneirynck","jbudz","mistic","delanni","Ikuni17"]', github.triggering_actor)
runs-on: ubuntu-latest
permissions:
contents: write