Skip to content

Commit a17173b

Browse files
v3.5.0 - Fix CI bugs, dev refactoring, and issue fixes (#229)
2 parents ce6649d + a398bc7 commit a17173b

24 files changed

+77
-1744
lines changed

.github/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requestInfoDefaultTitles:
1515
- update
1616

1717
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
18-
requestInfoLabelToAdd: progress:Invalid
18+
requestInfoLabelToAdd: issue/Invalid
1919

2020
# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates
2121
# Will fail if the issue's body is equal to a provided template

.github/workflows/codeql.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
greeting:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111
permissions:
1212
issues: write
1313
pull-requests: write

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
stale:
1717

18-
runs-on: ubuntu-latest
18+
runs-on: windows-latest
1919
permissions:
2020
issues: write
2121
pull-requests: write

.idea/csv-editor.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE/Logicytics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ def handle_sub_action():
490490
subprocess.call("shutdown /s /t 3", shell=False)
491491
elif SUB_ACTION == "reboot":
492492
subprocess.call("shutdown /r /t 3", shell=False)
493-
# elif sub_action == "webhook":
494-
# TODO: Implement this in future v3.5
495493

496494

497495
@log.function

CODE/VulnScan/README.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)