Skip to content

Commit f5d8a17

Browse files
authored
Merge pull request #100 from Laserlicht/patch-1
Add 1.5 and 1.6 to ignore list for updating sizes and stars
2 parents 1bf5bed + 3eb33c1 commit f5d8a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ignore_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ignore = [ "./github.json", "./vcmi-1.2.json", "./vcmi-1.3.json", "./vcmi-1.4.json" ]
1+
ignore = [ "./github.json", "./vcmi-1.2.json", "./vcmi-1.3.json", "./vcmi-1.4.json", "./vcmi-1.5.json", "./vcmi-1.6.json" ]

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
uses: EndBug/add-and-commit@v9
7979
with:
8080
default_author: github_actions
81-
message: Update sizes
81+
message: Update sizes and stars
8282
add: '*.json'
8383
push: --force

0 commit comments

Comments
 (0)