Skip to content

Commit

Permalink
New org workflow: org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Nov 30, 2023
1 parent 570130c commit 0fe7ae3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: puLL-Merge
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, master, staging, development, devel, dev]
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 0fe7ae3

Please sign in to comment.