From 8390e1a6f13a57b1fb8c78bc09ec35d0e11bad7e Mon Sep 17 00:00:00 2001 From: Cheukting Date: Tue, 23 Mar 2021 01:23:28 +0000 Subject: [PATCH 1/2] adding cheuk --- _data/team/cheuk.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/team/cheuk.yaml diff --git a/_data/team/cheuk.yaml b/_data/team/cheuk.yaml new file mode 100644 index 0000000..7ca07a9 --- /dev/null +++ b/_data/team/cheuk.yaml @@ -0,0 +1,8 @@ +first_name: Cheuk +last_name: Ho +bio: >- + After having a career in data science, Cheuk now brings her knowledge in data and passion for the tech community into TerminusDB as the developer relations lead. Cheuk constantly contributes to the open-source community by giving free tutorials on Twitch and organize sprints to encourage diversity contributions. +photo: https://cheuk.dev/images/IMG_1037.jpg +twitter: https://twitter.com/cheukting_ho +github: https://github.com/Cheukting +other: https://cheuk.dev From 221a6de6e903f0319fe81b8c5e4c13fb6bcda895 Mon Sep 17 00:00:00 2001 From: Cheukting Date: Wed, 24 Mar 2021 11:55:59 +0000 Subject: [PATCH 2/2] fix greetings workflow --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9d87123..a1bdbff 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ name: Greet new contributor -on: [pull_request, issues] +on: [pull_request_target, issues] jobs: greeting: