Skip to content

update the automatic issue creation logic#342

Merged
yada merged 4 commits intomicrocks:masterfrom
Rupam-It:issue340
Feb 17, 2025
Merged

update the automatic issue creation logic#342
yada merged 4 commits intomicrocks:masterfrom
Rupam-It:issue340

Conversation

@Rupam-It
Copy link
Contributor

Description

  • ...
  • ...
  • ...

Related issue(s)

fix #341

Case 1: No broken links found

Lychee runs and finds no issues.
Exit code = 0, meaning success.
No issue is created. ✅

Case 2: Broken links found
Lychee runs successfully and detects broken links.
Exit code = 1, indicating broken links.
An issue is created to notify developers. ✅

Case 3: Lychee itself fails
Lychee crashes due to an internal error.
Exit code = 2, 127, etc. indicating failure.
No issue is created because we can’t trust the results. ❌

Signed-off-by: Rupam-It <mannarupam3@gmail.com>
Signed-off-by: Rupam-It <mannarupam3@gmail.com>
Signed-off-by: Rupam-It <mannarupam3@gmail.com>
Signed-off-by: Rupam-It <mannarupam3@gmail.com>
@Rupam-It Rupam-It changed the title Issue340 update the automatic issue creation logic Feb 16, 2025
@yada yada self-assigned this Feb 17, 2025
@yada yada added kind/enhancement New feature or request automated issue labels Feb 17, 2025
Copy link
Member

@yada yada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with thanks

@yada yada merged commit 1abb442 into microcks:master Feb 17, 2025
6 checks passed
vickybesra pushed a commit to vickybesra/microcks.io that referenced this pull request Feb 23, 2025
* ensure that lychee must create an issue

Signed-off-by: Rupam-It <mannarupam3@gmail.com>

* improve the logic for automatic issue creation

Signed-off-by: Rupam-It <mannarupam3@gmail.com>

* update in  automatic issue generation

Signed-off-by: Rupam-It <mannarupam3@gmail.com>

* update in  automatic issue generation

Signed-off-by: Rupam-It <mannarupam3@gmail.com>

---------

Signed-off-by: Rupam-It <mannarupam3@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

improvement for automatic issue creation !

2 participants