Skip to content

Commit 21031c1

Browse files
authored
chore: Update CI to create-pull-request@v4
1 parent 805be9a commit 21031c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/create-data-model-pr.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Create Pull Request
5858
id: cpr
59-
uses: peter-evans/create-pull-request@v3
59+
uses: peter-evans/create-pull-request@v4
6060
with:
6161
path: ./models-ruby/
6262
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
@@ -71,9 +71,6 @@ jobs:
7171
Update Ruby data models to the latest version based on the [OpenActive Vocabulary](https://openactive.io/ns/) (codified by the [Data Models](https://github.com/openactive/data-models)), [Test Interface](https://openactive.io/test-interface/) and [Beta Namespace](https://openactive.io/ns-beta/).
7272
labels: |
7373
automated pr
74-
team-reviewers: |
75-
owners
76-
maintainers
7774
draft: false
7875

7976
- name: Check outputs

0 commit comments

Comments
 (0)