File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed
Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 55# file with configuration. For more information, see:
66# https://github.com/actions/labeler/blob/master/README.md
77
8- name : 🏷️ Add labels
9-
108on : # yamllint disable-line rule:truthy
119 pull_request :
1210
11+ name : 🏷️ Add labels
12+
1313jobs :
1414 label :
1515 runs-on : ubuntu-latest
1818 uses : actions/labeler@v4
1919 with :
2020 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
21+
22+ ...
Original file line number Diff line number Diff line change 11---
22
3- name : ♻️ Sync changes from upstream template
4-
53on :
64 # Trigger At 00:00 on each 1st day of month
75 schedule :
86 - cron : " 0 0 1 * *"
97 # Manual trigger
108 workflow_dispatch :
119
10+ name : ♻️ Sync changes from upstream template
11+
1212jobs :
1313 repo-sync :
1414 runs-on : ubuntu-latest
2626 source_repo_path : wayofdev/docker-shared-services
2727 upstream_branch : master
2828 pr_labels : " type: maintenance"
29+
30+ ...
Original file line number Diff line number Diff line change 22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.3 .0
5+ rev : v4.4 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : fix-encoding-pragma
1010
1111 - repo : https://github.com/commitizen-tools/commitizen
12- rev : v2.37.0
12+ rev : v2.42.1
1313 hooks :
1414 - id : commitizen
1515 stages :
1616 - commit-msg
1717
18+ - repo : https://github.com/rhysd/actionlint
19+ rev : v1.6.23
20+ hooks :
21+ - id : actionlint
22+
1823...
Original file line number Diff line number Diff line change 5858 @echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
5959.PHONY : help
6060
61- all : env up
61+ all : hooks env up
6262PHONY : all
6363
6464
You can’t perform that action at this time.
0 commit comments