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.
2 parents beef3af + ac7e794 commit 6d4b26aCopy full SHA for 6d4b26a
.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=$(jq -r ".pull_request.number" "$GITHUB_EVENT_PATH")
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