Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/update-fls.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Update FLS
on:
schedule:
- cron: "05 0 * * *"
workflow_dispatch:
jobs:
update-fls:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Update FLS
run: "./make.py --update-spec-lock-file"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: Update FLS (automated PR)
title: Update FLS (automated PR)
body: Update FLS (automated PR)
base: main
labels: automated-pr
branch: update-fls
delete-branch: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__/
build/
builder/builder.egg-info