Skip to content

Commit 38fc83e

Browse files
committed
update README.md
1 parent f06712e commit 38fc83e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,14 @@ Please see the [monitoring-and-logging.README.md](docs/monitoring-and-logging.RE
147147

148148
## CI/CD automation
149149

150-
A GitHub Actions workflow which checks for new upstream version release tags and updates the downstream repo, can be found at:
150+
A GitHub Actions workflow which checks for new upstream version release tags and creates a PR to update the downstream repo, can be found at:
151151

152152
.github/workflows/upgrade-check.yml.sample
153153

154154
If activated, the workflow is scheduled by default to run every day at 9 AM UTC and can be triggered manually via the `workflow_dispatch` event. How to activate the workflow is detailed at the top of the file.
155155

156+
Workflow uses [create-pull-request](https://github.com/peter-evans/create-pull-request) to handle the pull request action. See for action inputs.
157+
156158
In order for GitHub actions to fetch workflow changes in `.github/workflows`, a PAT for each deployment must be provided.
157159

158160
The following repository permissions must be set for the PAT:

0 commit comments

Comments
 (0)