Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/audit-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- rel/**

env:
STATIC_ANALYSIS_BOT_APP_ID: 1819979
STATIC_ANALYSIS_BOT_CLIENT_ID: Iv23lipbCWzUuCxFerKJ
jobs:
generate-head-api-spec:
name: Generate head API spec
Expand Down Expand Up @@ -234,9 +234,9 @@ jobs:
EOF
- name: Generate GitHub App Token
id: generate-github-app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ env.STATIC_ANALYSIS_BOT_APP_ID }}
client-id: ${{ env.STATIC_ANALYSIS_BOT_CLIENT_ID }}
private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }}
owner: bitgo
repositories: |
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
parserPreset: {
parserOpts: {
issuePrefixes: [
'AI-',
'BG-',
'BMF-',
'BOS-',
Expand Down
Loading