From 5498c22ab7f97b3acca41bbed6cda3a9619c6973 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 30 Nov 2023 01:19:45 +0100 Subject: [PATCH] New workflow: org-config --- .github/workflows/org.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/org.yml diff --git a/.github/workflows/org.yml b/.github/workflows/org.yml new file mode 100644 index 0000000..3484910 --- /dev/null +++ b/.github/workflows/org.yml @@ -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 }}