Skip to content

Commit

Permalink
Chore: Add yhabib to reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Nov 8, 2024
1 parent fc45372 commit 10fcbfd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
committer: GitHub <[email protected]>
author: gix-bot <[email protected]>
base: main
reviewers: mstrasinskis, dskloetd, anchpop, aterga
reviewers: mstrasinskis, dskloetd, anchpop, aterga, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: |
dfx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-didc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
token: ${{ secrets.GIX_CREATE_PR_PAT }}
base: main
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: dfx.json
commit-message: Update didc release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ic-cargo-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
token: ${{ secrets.GIX_CREATE_PR_PAT }}
base: main
reviewers: mstrasinskis, dskloetd, nns-team
reviewers: mstrasinskis, dskloetd, nns-team, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: |
Cargo.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
author: gix-bot <[email protected]>
branch: bot-bump-next
branch-suffix: timestamp
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
add-paths: |
frontend
delete-branch: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-proposals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
author: gix-bot <[email protected]>
branch: bot-proposals-update
branch-suffix: timestamp
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: |
dfx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
token: ${{ secrets.GIX_CREATE_PR_PAT }}
base: main
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: ./rust-toolchain.toml
commit-message: Update rust version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sns-aggregator-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
committer: GitHub <[email protected]>
author: gix-bot <[email protected]>
base: main
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
# Note: Please be careful when updating the add-paths field.
add-paths: frontend/src/tests/workflows/Launchpad/*.json
branch: bot-aggregator-response-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snsdemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
author: gix-bot <[email protected]>
branch: bot-snsdemo-update
branch-suffix: timestamp
reviewers: mstrasinskis, dskloetd
reviewers: mstrasinskis, dskloetd, yhabib
# Note: Please be careful when updating the add-paths field. We have had the snsdemo committed by accident, with a pattern that matches nothing seemingly committing everything.
add-paths: dfx.json
delete-branch: true
Expand Down

0 comments on commit 10fcbfd

Please sign in to comment.