Skip to content

Commit 52d8111

Browse files
committed
comment out temporarily make-release-pr job
1 parent 33f0f53 commit 52d8111

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/release-dispatch.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@ jobs:
4848
env:
4949
GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
5050

51-
make-release-pr:
52-
permissions:
53-
id-token: write # Enable OIDC
54-
pull-requests: write
55-
contents: write
56-
runs-on: ubuntu-latest
57-
needs: freeze-branch
58-
if: needs.freeze-branch.outputs.frozen == 'true'
59-
steps:
60-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
61-
- uses: chainguard-dev/actions/setup-gitsign@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
62-
- name: Install cargo-release
63-
uses: taiki-e/install-action@d6d752794628f1e1fffa3c4d3c8874e06f043d50 # 2.62.15
64-
with:
65-
tool: cargo-release
51+
# make-release-pr:
52+
# permissions:
53+
# id-token: write # Enable OIDC
54+
# pull-requests: write
55+
# contents: write
56+
# runs-on: ubuntu-latest
57+
# needs: freeze-branch
58+
# if: needs.freeze-branch.outputs.frozen == 'true'
59+
# steps:
60+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
61+
# - uses: chainguard-dev/actions/setup-gitsign@0cda751b114eb55c388e88f7479292668165602a # v1.0.2
62+
# - name: Install cargo-release
63+
# uses: taiki-e/install-action@d6d752794628f1e1fffa3c4d3c8874e06f043d50 # 2.62.15
64+
# with:
65+
# tool: cargo-release
6666

67-
# TODO: add release notes to the PR description ${{ steps.extract-release-notes.outputs.release-notes }}
68-
- uses: cargo-bins/release-pr@0c019c0e5a6b9f722578d231d43ba900cacc5ffa # 2.1.3
69-
with:
70-
github-token: ${{ secrets.GITHUB_TOKEN }}
71-
version: ${{ env.VERSION }}
72-
crate-name: datadog-opentelemetry
73-
base-branch: ${{ env.BRANCH_NAME }}
74-
# check-semver: "true"
67+
# # TODO: add release notes to the PR description ${{ steps.extract-release-notes.outputs.release-notes }}
68+
# - uses: cargo-bins/release-pr@0c019c0e5a6b9f722578d231d43ba900cacc5ffa # 2.1.3
69+
# with:
70+
# github-token: ${{ secrets.GITHUB_TOKEN }}
71+
# version: ${{ env.VERSION }}
72+
# crate-name: datadog-opentelemetry
73+
# base-branch: ${{ env.BRANCH_NAME }}
74+
# # check-semver: "true"

0 commit comments

Comments
 (0)