Merge pull request #8 from crazy-max/ci-disable-job
ci: disable open-pr job for now
This commit is contained in:
65
.github/workflows/buildx-releases-json.yml
vendored
65
.github/workflows/buildx-releases-json.yml
vendored
@@ -24,35 +24,36 @@ jobs:
|
|||||||
filename: buildx-releases.json
|
filename: buildx-releases.json
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
open-pr:
|
# FIXME: Uncomment when repo public
|
||||||
runs-on: ubuntu-22.04
|
# open-pr:
|
||||||
if: github.event_name != 'pull_request'
|
# runs-on: ubuntu-22.04
|
||||||
needs:
|
# if: github.event_name != 'pull_request'
|
||||||
- generate
|
# needs:
|
||||||
steps:
|
# - generate
|
||||||
-
|
# steps:
|
||||||
name: Checkout
|
# -
|
||||||
uses: actions/checkout@v3
|
# name: Checkout
|
||||||
-
|
# uses: actions/checkout@v3
|
||||||
name: Download
|
# -
|
||||||
uses: actions/download-artifact@v3
|
# name: Download
|
||||||
with:
|
# uses: actions/download-artifact@v3
|
||||||
name: buildx-releases-json
|
# with:
|
||||||
path: .github
|
# name: buildx-releases-json
|
||||||
-
|
# path: .github
|
||||||
name: Commit changes
|
# -
|
||||||
run: |
|
# name: Commit changes
|
||||||
git add -A .
|
# run: |
|
||||||
-
|
# git add -A .
|
||||||
name: Create PR
|
# -
|
||||||
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
|
# name: Create PR
|
||||||
with:
|
# uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
|
||||||
base: master
|
# with:
|
||||||
branch: bot/buildx-releases-json
|
# base: master
|
||||||
commit-message: "github: update .github/buildx-releases.json"
|
# branch: bot/buildx-releases-json
|
||||||
signoff: true
|
# commit-message: "github: update .github/buildx-releases.json"
|
||||||
delete-branch: true
|
# signoff: true
|
||||||
title: "Update `.github/buildx-releases.json`"
|
# delete-branch: true
|
||||||
body: |
|
# title: "Update `.github/buildx-releases.json`"
|
||||||
Update `.github/buildx-releases.json` to keep in sync with [https://github.com/docker/buildx](https://github.com/docker/buildx).
|
# body: |
|
||||||
draft: false
|
# Update `.github/buildx-releases.json` to keep in sync with [https://github.com/docker/buildx](https://github.com/docker/buildx).
|
||||||
|
# draft: false
|
||||||
|
|||||||
Reference in New Issue
Block a user