Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xesrevinu committed Oct 10, 2024
1 parent 70802c5 commit 805740c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# this file is for the labeler workflow job
# Documentation https://github.com/marketplace/actions/labeler
documentation:
- docs/**/*
- .github/*
- ./*.md

ci:
- .dependabot/*
- .github/workflows/*
4 changes: 2 additions & 2 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
github_token: ${{ secrets.REPO_SYNC_TOKEN }}
source_repo_path: opraying/worker-starter
upstream_branch: main # defaults to main
pr_labels: template_sync # defaults to template_sync
upstream_branch: main
pr_labels: chore,📚 template-sync

0 comments on commit 805740c

Please sign in to comment.