Skip to content

Commit

Permalink
add kit to team.
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust committed Apr 9, 2021
1 parent 0f94f25 commit 985c0c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
changes:
if: github.event_name == 'pull_request_target' && !contains(fromJSON('["anGie44", "bflad", "bill-rich", "breathingdust", "gdavison", "maryelizbeth", "YakDriver"]'), github.actor)
if: github.event_name == 'pull_request_target' && !contains(fromJSON('["anGie44", "bflad", "bill-rich", "breathingdust", "ewbankkit", "gdavison", "maryelizbeth", "YakDriver"]'), github.actor)
name: Filter Changes
runs-on: ubuntu-latest
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Move team PRs to Review column
uses: alex-page/github-project-automation-plus@v0.5.1
if: contains(fromJSON('["anGie44", "bflad", "bill-rich", "breathingdust", "gdavison", "maryelizbeth", "YakDriver"]'), github.actor) && github.event.pull_request.draft == false
if: contains(fromJSON('["anGie44", "bflad", "bill-rich", "breathingdust", "ewbankkit", "gdavison", "maryelizbeth", "YakDriver"]'), github.actor) && github.event.pull_request.draft == false
with:
project: AWS Provider Working Board
column: Open Maintainer PR
Expand Down
1 change: 1 addition & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The HashiCorp Terraform AWS provider team is :

* Mary Cutrali, Product Manager - GitHub [@maryelizbeth](https://github.com/maryelizbeth) Twitter [@marycutrali](https://twitter.com/marycutrali)
* Brian Flad, Engineering Lead - GitHub [@bflad](https://github.com/bflad)
* Kit Ewbank, Engineer - GitHub [@ewbankkit](https://github.com/ewbankkit)
* Graham Davison, Engineer - GitHub [@gdavison](https://github.com/gdavison)
* Angie Pinilla, Engineer - GitHub [@angie44](https://github.com/angie44)
* Dirk Avery (Federal), Engineer - GitHub [@YakDriver](https://github.com/yakdriver)
Expand Down

0 comments on commit 985c0c4

Please sign in to comment.