-
Notifications
You must be signed in to change notification settings - Fork 10
38 lines (31 loc) · 837 Bytes
/
sync.yml
File metadata and controls
38 lines (31 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Synchronize metadata
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
- name: Synchronize metadata
run: |
uv --directory tooling run wrap sync
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
commit-message: "Synchronize metadata"
branch: sync-metadata
delete-branch: true
title: "Synchronize metadata"
body: |
Automated metadata synchronization.
This PR was automatically generated by the `Synchronize metadata` workflow.
add-paths: |
README.md