You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,12 +147,14 @@ Please see the [monitoring-and-logging.README.md](docs/monitoring-and-logging.RE
147
147
148
148
## CI/CD automation
149
149
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:
151
151
152
152
.github/workflows/upgrade-check.yml.sample
153
153
154
154
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.
155
155
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
+
156
158
In order for GitHub actions to fetch workflow changes in `.github/workflows`, a PAT for each deployment must be provided.
157
159
158
160
The following repository permissions must be set for the PAT:
0 commit comments