Skip to content

Commit

Permalink
adding template-sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 1, 2024
1 parent 9cc8596 commit daf1e13
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: template-sync

on:
workflow_dispatch:

jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v4

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: actions/javascript-action
upstream_branch: main
pr_labels: chore,template,sync

0 comments on commit daf1e13

Please sign in to comment.