Skip to content

Commit

Permalink
Include link to release in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Dec 31, 2023
1 parent 6185bd4 commit 64ee39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
git push -u origin "automation/sync-${{ inputs.version }}"
working-directory: pantsbuild.org
- name: Make a PR
run: gh pr create --title "Update docs site for version ${{ inputs.version }}" --body ""
run: gh pr create --title "Update docs site for version ${{ inputs.version }}" --body "Docs from https://github.com/pantsbuild/pants/releases/tag/release_{{ inputs.version }}"
env:
GH_TOKEN: ${{ github.token }}
working-directory: pantsbuild.org

0 comments on commit 64ee39b

Please sign in to comment.