Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sync Emoji

Sync Emoji #514

Workflow file for this run

name:Sync Emoji
on:
schedule:
-cron:'0 2 * * *'
workflow_dispatch:
jobs:
sync-emoji:
if:github.repository == 'docsifyjs/docsify'
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v5
-uses:actions/setup-node@v6
with:
node-version:latest
cache:'npm'
-name:Install dependencies
run:npm ci --ignore-scripts
-name:Run script to sync emoji data
run:npm run build:emoji
-name:Commit
id:auto-commit-action
uses:stefanzweifel/git-auto-commit-action@v7
with:
commit_message:'chore: Sync emoji data with GitHub emoji API'
branch:sync-emoji
create_branch:true
file_pattern:'src/core/render/emoji-data.js docs/emoji.md'
push_options:'--force'
-name:Create Pull Request
if:${{ steps.auto-commit-action.outputs.changes_detected == 'true' }}
run:|
gh pr create --title 'chore: Sync emoji data with GitHub emoji API' --body 'Found updated github emojis need to sync.' --base develop --reviewer docsifyjs/reviewers
continue-on-error:true
env:
GH_TOKEN:${{ secrets.READ_TEAM_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp