Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workflow) add audo fork sync workflow (#14003) #14004

Closed
wants to merge 36 commits into from

Conversation

laosuan
Copy link

@laosuan laosuan commented Dec 10, 2023

Involved Issue / 该 PR 相关 Issue

Close #14003

NOROUTE

Note / 说明


on:
schedule:
- cron: "0 0 * * *" # every day

Check failure

Code scanning / ESLint

enforce the consistent use of either double, or single quotes Error

Strings must use singlequote.
on:
schedule:
- cron: "0 0 * * *" # every day
workflow_dispatch:

Check failure

Code scanning / ESLint

disallow empty mapping values Error

Empty mapping values are forbidden.
@TonyRL
Copy link
Collaborator

TonyRL commented Dec 10, 2023

  1. This workflow can be added to downstream repo directly.
  2. The pull GitHub app mentioned in the deploy docs can sync the repo even any of the workflow has been updated.

actions-user and others added 26 commits December 11, 2023 00:04
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
[pull] master from diygod:master
@TonyRL TonyRL added the Stale No feedback from OP label Dec 31, 2023
@github-actions github-actions bot removed the Stale No feedback from OP label Jan 1, 2024
@TonyRL TonyRL added the Stale No feedback from OP label Jan 8, 2024
@TonyRL TonyRL closed this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale No feedback from OP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

新增每日同步的workflow
3 participants