-
Notifications
You must be signed in to change notification settings - Fork 10
31 lines (29 loc) · 939 Bytes
/
cron.yml
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: cron
on:
workflow_dispatch: null
schedule:
- cron: 0 0 * * 0
permissions:
contents: write
pull-requests: write
jobs:
update-unicode-alias:
name: update-unicode-alias
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
- name: Install Packages
run: npm install
- name: Update
run: npm run update:unicode-alias
- name: Format
run: npm run eslint-fix
- uses: peter-evans/create-pull-request@v7
with:
commit-message: Updates unicode property alias resource with latest
branch: update-unicode-alias
branch-suffix: timestamp
title: Updates unicode property alias resource with latest