forked from xmtp/xmtpd
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (28 loc) · 767 Bytes
/
nightly.yml
File metadata and controls
31 lines (28 loc) · 767 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
name: Nightly Automation
on:
schedule:
- cron: "0 10 * * *"
workflow_dispatch:
jobs:
nightly-protos:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
- name: Generate Protos
run: dev/gen/protos
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Nightly Protos
title: Update Protos
body: |
- Nightly Proto Update
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: nightly-proto
add-paths: |
pkg/proto/