Skip to content

Commit d163d91

Browse files
author
Kostas Demiris
committed
fixed ai suggestions
1 parent 4d20dc3 commit d163d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ai_pr_bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ai-pr-bot:
99
runs-on: ubuntu-latest
1010
#
11-
if: github.event.repository.private == false # NOTICE: only run on public repositories
11+
if: github.event.repository.private == false # NOTICE: only run on public repositories to avoid potential security risks with private code
1212
#
1313
steps:
1414
- uses: jacsamell/github-pr-bot@v1

.github/workflows/update_chain_registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ jobs:
197197
--title "upgrade: upgrade $VERSION_TAG to $NETWORK_NAME chain registry" \
198198
--body "Updates $NETWORK_NAME versions.json and chain.json with $VERSION_TAG release information" \
199199
--head "$NEW_BRANCH" \
200-
--reviewer "@devops"
200+
--reviewer "burnt-labs/devops"

0 commit comments

Comments
 (0)