Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/templatesyncignore.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
**/Module.bazel
.DS_Store
.bazelversion
.gitignore
**/BUILD
src/
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

name: Sync with template
on:
push:
branches: [main]
paths: [".bazelversion"]
Comment on lines +16 to +18
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed? we can leave it as only scheduled?

schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
Expand Down Expand Up @@ -41,4 +44,4 @@ jobs:
pr_commit_msg: "chore(template): upstream template update"
git_user_name: eclipse-score-bot
git_user_email: 187756813+eclipse-score-bot@users.noreply.github.com
template_sync_ignore_file_path: ".github/.templatesyncignore"
template_sync_ignore_file_path: ".github/templatesyncignore.txt"
Loading