Skip to content

Commit c305063

Browse files
authored
Merge pull request #386 from flouthoc/fix-workflow
opendownstream-PR: improve PR description
2 parents a3b0f19 + 046d2c6 commit c305063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opendownstream-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
BRANCH_NAME="sync/container-libs-${{ github.event.pull_request.number }}"
107107
PR_TITLE="Sync: ${SELF_REPO_PR_TITLE}"
108-
PR_BODY="This PR automatically vendors changes from [container-libs#${SELF_REPO_PR_NUMBER}](${SELF_REPO_PR_URL})."
108+
PR_BODY="This PR automatically vendors changes from [container-libs#${SELF_REPO_PR_NUMBER}](${SELF_REPO_PR_URL}).\n This PR is intended solely for testing purposes and should not be merged. Ideally, upstream maintainers should review any failing tests here and close this PR once the upstream PR is merged. Maintainers of this repository do not need to take any action, but may review the changes and notify upstream maintainers of any breaking issues if they wish. \n\nThis PR is generated from a github actions workflow, please report any issues on https://github.com/containers/container-libs"
109109
110110
# Check if PR already exists for this branch
111111
echo "Searching for existing PR with branch: $BRANCH_NAME"

0 commit comments

Comments
 (0)