Skip to content

Commit 741ee4c

Browse files
committed
Removed draft warning and returned official target and user mentions
1 parent 6b4fe24 commit 741ee4c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release_publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313
required: false
1414

1515
env:
16-
#TARGET_OFFICIAL_IMAGES_REPO: docker-library/official-images
16+
TARGET_OFFICIAL_IMAGES_REPO: docker-library/official-images
1717
TARGET_OFFICIAL_IMAGES_REPO: Peter-Sh/official-images
1818
FORKED_OFFICIAL_IMAGES_REPO: redis-developer/docker-library-official-images
19-
#PR_USER_MENTIONS: "@adamiBs @yossigo @adobrzhansky @maxb-io @dagansandler @Peter-Sh"
19+
PR_USER_MENTIONS: "@adamiBs @yossigo @adobrzhansky @maxb-io @dagansandler @Peter-Sh"
2020
PR_USER_MENTIONS: ""
2121

2222
# UUID is used to help automation to identify workflow run in the list of workflow runs.
@@ -108,9 +108,6 @@ jobs:
108108
commit-message: "Redis: Update to ${{ steps.parse-release.outputs.release_version }}"
109109
title: "Redis: Update to ${{ steps.parse-release.outputs.release_version }}"
110110
body: |
111-
THIS IS A DRAFT PR FOR AUTOMATION TESTING
112-
PLEASE IGNORE IT AND SORRY FOR THE BOTHERING
113-
114111
Automated update for Redis ${{ steps.parse-release.outputs.release_version }}
115112
116113
Release commit: ${{ steps.parse-release.outputs.release_commit_sha }}

0 commit comments

Comments
 (0)