Skip to content

Commit 0527ef2

Browse files
committed
debug: remove issue comment
1 parent 066e9b5 commit 0527ef2

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,6 @@ jobs:
9393
- name: Read VERSION into env.RELEASE_VERSION
9494
run: echo RELEASE_VERSION=$(cat VERSION) >> $GITHUB_ENV
9595

96-
- name: Building Dev PR...
97-
uses: actions/github-script@0.8.0
98-
with:
99-
github-token: ${{secrets.GITHUB_TOKEN}}
100-
script: |
101-
github.issues.createComment({
102-
issue_number: context.issue.number,
103-
owner: context.repo.owner,
104-
repo: context.repo.repo,
105-
body: '[Building Dev PR](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) after Version (`${{env.RELEASE_VERSION}}`) Release.'
106-
})
107-
10896
- name: Set up Python 3.10
10997
uses: actions/setup-python@v4
11098
with:
@@ -137,15 +125,3 @@ jobs:
137125
title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
138126
body: |
139127
## Link packages in dev after (${{env.RELEASE_VERSION}})
140-
141-
- name: Release PR Created...
142-
uses: actions/github-script@0.8.0
143-
with:
144-
github-token: ${{secrets.GITHUB_TOKEN}}
145-
script: |
146-
github.issues.createComment({
147-
issue_number: context.issue.number,
148-
owner: context.repo.owner,
149-
repo: context.repo.repo,
150-
body: '**[Release PR Created](https://github.com/${{github.repository}}/pull/${{ steps.cpr.outputs.pull-request-number }}) (`${{env.RELEASE_VERSION}}`)**'
151-
})

0 commit comments

Comments
 (0)