Skip to content

Commit ac7e794

Browse files
authored
chore: remove update of pr
1 parent ce68885 commit ac7e794

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/on_merge.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@ jobs:
4141
title: "chore: update AUTHORS.md"
4242
branch: feat/update-authors-md
4343
base: main
44-
45-
- name: Update PR description
46-
if: env.CHANGED == 'true'
47-
run: |
48-
pr_number=$(gh pr view --json number --jq '.number')
49-
gh pr edit $pr_number --body "This PR is related to #$pr_number"
50-
env:
51-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)