Skip to content

Commit f221cdd

Browse files
authored
Merge pull request #3 from plaindocs/update-fls
Update fls
2 parents aeb1398 + 2c4c1f9 commit f221cdd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/update-fls.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Update FLS
2+
on:
3+
schedule:
4+
- cron: "05 0 * * *"
5+
workflow_dispatch:
6+
jobs:
7+
update-fls:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Check out the repo
11+
uses: actions/checkout@v2
12+
- name: Update FLS
13+
uses: ./make.py --update-spec-lock-file
14+
- name: Create Pull Request
15+
uses: peter-evans/create-pull-request@v4
16+
with:
17+
commit-message: Cloud - Update available list
18+
title: Update FLS (automated PR)
19+
body: Update FLS (automated PR)
20+
base: main
21+
labels: automated-pr
22+
branch: update-fls
23+
delete-branch: true

0 commit comments

Comments
 (0)