From a9c554ec83b36485b85fe6edb231aad90da3c0ab Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 31 Jan 2023 02:46:48 +0100 Subject: [PATCH] ci: disable open-pr job for now Signed-off-by: CrazyMax --- .github/workflows/buildx-releases-json.yml | 65 +++++++++++----------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/.github/workflows/buildx-releases-json.yml b/.github/workflows/buildx-releases-json.yml index d449353..479c5bc 100644 --- a/.github/workflows/buildx-releases-json.yml +++ b/.github/workflows/buildx-releases-json.yml @@ -24,35 +24,36 @@ jobs: filename: buildx-releases.json secrets: inherit - open-pr: - runs-on: ubuntu-22.04 - if: github.event_name != 'pull_request' - needs: - - generate - steps: - - - name: Checkout - uses: actions/checkout@v3 - - - name: Download - uses: actions/download-artifact@v3 - with: - name: buildx-releases-json - path: .github - - - name: Commit changes - run: | - git add -A . - - - name: Create PR - uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 - with: - base: master - branch: bot/buildx-releases-json - commit-message: "github: update .github/buildx-releases.json" - signoff: true - delete-branch: true - title: "Update `.github/buildx-releases.json`" - body: | - Update `.github/buildx-releases.json` to keep in sync with [https://github.com/docker/buildx](https://github.com/docker/buildx). - draft: false +# FIXME: Uncomment when repo public +# open-pr: +# runs-on: ubuntu-22.04 +# if: github.event_name != 'pull_request' +# needs: +# - generate +# steps: +# - +# name: Checkout +# uses: actions/checkout@v3 +# - +# name: Download +# uses: actions/download-artifact@v3 +# with: +# name: buildx-releases-json +# path: .github +# - +# name: Commit changes +# run: | +# git add -A . +# - +# name: Create PR +# uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 +# with: +# base: master +# branch: bot/buildx-releases-json +# commit-message: "github: update .github/buildx-releases.json" +# signoff: true +# delete-branch: true +# title: "Update `.github/buildx-releases.json`" +# body: | +# Update `.github/buildx-releases.json` to keep in sync with [https://github.com/docker/buildx](https://github.com/docker/buildx). +# draft: false