We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20dc3 commit d163d91Copy full SHA for d163d91
.github/workflows/ai_pr_bot.yaml
@@ -8,7 +8,7 @@ jobs:
8
ai-pr-bot:
9
runs-on: ubuntu-latest
10
#
11
- if: github.event.repository.private == false # NOTICE: only run on public repositories
+ if: github.event.repository.private == false # NOTICE: only run on public repositories to avoid potential security risks with private code
12
13
steps:
14
- uses: jacsamell/github-pr-bot@v1
.github/workflows/update_chain_registry.yaml
@@ -197,4 +197,4 @@ jobs:
197
--title "upgrade: upgrade $VERSION_TAG to $NETWORK_NAME chain registry" \
198
--body "Updates $NETWORK_NAME versions.json and chain.json with $VERSION_TAG release information" \
199
--head "$NEW_BRANCH" \
200
- --reviewer "@devops"
+ --reviewer "burnt-labs/devops"
0 commit comments