Skip to content

Commit

Permalink
ci: configure update-emojis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Feb 25, 2024
1 parent e9836ff commit ebb1c01
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/update-emojis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Update emojis
on:
push:
# schedule:
# - cron: "0 16 * * *"
schedule:
- cron: "0 0 * * 0" # At 00:00 on Sunday

jobs:
update-emojis:
Expand All @@ -25,3 +24,9 @@ jobs:
- name: create PR
uses: peter-evans/create-pull-request@v4
with:
title: Update emojis
commit-message: "feat: update emojis"
delete-branch: true
commiter: github-actions[bot]@users.noreply.github.com
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 comments on commit ebb1c01

Please sign in to comment.