diff --git a/.github/workflows/audit-api-spec.yaml b/.github/workflows/audit-api-spec.yaml index d7fac9193f..0c58bf40cf 100644 --- a/.github/workflows/audit-api-spec.yaml +++ b/.github/workflows/audit-api-spec.yaml @@ -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_APP_ID }} private-key: ${{ secrets.STATIC_ANALYSIS_BOT_PRIVATE_KEY }} owner: bitgo repositories: | diff --git a/commitlint.config.js b/commitlint.config.js index d7817d01f8..d2b0352f2f 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -20,6 +20,7 @@ module.exports = { parserPreset: { parserOpts: { issuePrefixes: [ + 'AI-', 'BG-', 'BMF-', 'BOS-',