Skip to content

Commit

Permalink
ci(sync-files): change stale label to type:stale (#5474)
Browse files Browse the repository at this point in the history
* fix a single space in mkdocs_macro

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Nov 2, 2023
1 parent fc5e41f commit b56c721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- source: .github/PULL_REQUEST_TEMPLATE/standard-change.md
- source: .github/dependabot.yaml
- source: .github/stale.yml
pre-commands: |
sd "staleLabel: stale" "staleLabel: type:stale" {source}
- source: .github/workflows/cancel-previous-workflows.yaml
- source: .github/workflows/github-release.yaml
- source: .github/workflows/pre-commit.yaml
Expand Down Expand Up @@ -87,5 +89,5 @@
sd -- \
" - macros" \
" - macros:
module_name: mkdocs_macros" {source}
module_name: mkdocs_macros" {source}
- source: docs/assets/js/mathjax.js

0 comments on commit b56c721

Please sign in to comment.