feat: /fopen command to auto-open downloaded files
#273
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Mergeable / Mergeable
failed
Nov 29, 2024 in 6s
Semantic release conventions must be followed.
Status: FAIL
Here are some stats of the run:
3 validations were ran.
2 PASSED
1 FAILED
Details
✔️ Validator: TITLE
- ✔️ All the requisite validations passed for 'or' option
Input : feat:/fopencommand to auto-open downloaded files
Settings :{"or":[{"must_include":{"regex":"^(feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+$","message":"Semantic release conventions must be followed."}},{"must_include":{"regex":"^Bump [^ ]* from [^ ]* to [^ ]*$","message":"Dependabot PRs are exempt from semantic release conventions."}}]}
❌ Validator: COMMIT
- ❌ Semantic release conventions must be followed.
Input : Trying to add open function,Writing xdg function,Adding command to more places,Sorted new command and added in header file,tmp dir (not yet used), and included everything in fopen function,Open after download, not before,Debugging why xdg doesn't launch,Line brak maybe makes the error line clearer 🤔,Using popen instead of system,More debugging lines,Trying to wait until download is finished,wait for state
Settings :{"do":"commit","message":{"regex":"^((feat|docs|chore|cleanup|fix|refactor|test|style|perf)(\\([^) ]+\\))?:\\ .+|Bump [^ ]* from [^ ]* to [^ ]*)","message":"Semantic release conventions must be followed."}}
✔️ Validator: DESCRIPTION
- ✔️ description must exclude '\[ \]'
Input : So the xdg-open command will fire if I call it before the download, but not after. Any ideas what's going on? I can see that the code got there via the debugging line, but it doesn't seem to do anything.
Settings : {"must_exclude":{"regex":"\\\\[ \\\\]","message":"There are incomplete TODO task(s) unchecked."}}
Loading