Skip to content

Commit

Permalink
New workflow: pull-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 5, 2024
1 parent b626209 commit 0f28465
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pull-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: puLL-Merge
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize', 'ready_for_review']
merge_group:
permissions:
contents: read
id-token: write
pull-requests: write
jobs:
pull-merge:
concurrency:
group: ${{ github.head_ref }}-init
cancel-in-progress: true
name: puLL-Merge
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: brave/pull-merge@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
bedrock_aws_iam_role_arn: ${{ secrets.SECURITY_BEDROCK_AWS_IAM_ROLE_ARN }}
region: us-west-2

0 comments on commit 0f28465

Please sign in to comment.