Skip to content

Commit

Permalink
New workflow: org-config
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 30, 2023
1 parent 33f3476 commit 5498c22
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: puLL-Merge
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
pull-merge:
name: puLL-Merge
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: brave/pull-merge@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 5498c22

Please sign in to comment.