Skip to content

Commit

Permalink
Use external workflow for syncing with awesome-template
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 24, 2024
1 parent ad0f6a2 commit 48e0f97
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name: Autofix
jobs:

autofix:
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v2.26.6
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v3.2.0
2 changes: 1 addition & 1 deletion .github/workflows/autolock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Autolock
jobs:

autolock:
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v2.26.6
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v3.2.0
16 changes: 1 addition & 15 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,4 @@ name: Docs
jobs:

docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v2.26.6

repo-sync:
name: Import changes from template repository
runs-on: ubuntu-22.04
permissions: write-all
steps:
- uses: actions/checkout@v4.1.1
- uses: AndreasAugustin/actions-template-sync@v1.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: kdeldycke/awesome-template
pr_title: "[sync] Template repository updates"
pr_commit_msg: "[sync] Template repository updates"
# pr_labels: "📚 documentation"
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v3.2.0
2 changes: 1 addition & 1 deletion .github/workflows/label-sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: Label sponsors
jobs:

label-sponsors:
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v2.26.6
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v3.2.0
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Labels
jobs:

labels:
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v2.26.6
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v3.2.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ name: Lint
jobs:

lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v2.26.6
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.2.0

0 comments on commit 48e0f97

Please sign in to comment.