We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68885 commit ac7e794Copy full SHA for ac7e794
.github/workflows/on_merge.yml
@@ -41,11 +41,3 @@ jobs:
41
title: "chore: update AUTHORS.md"
42
branch: feat/update-authors-md
43
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