Closed Rajakavitha1 closed 2 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle rotten
/remove-lifecycle rotten
We have to take care of our beloved @poiana :)
PS Since it's a prow's plugin related issue I'm moving this issue to test-infra
/remove-lifecycle stale
Hey
it seems to me that #431 fixed another issue, since the "contributing guide" link is still pointing to a wrong URL. My test here: https://github.com/falcosecurity/falco-website/pull/474#issuecomment-871200881
It was reported again in https://github.com/falcosecurity/falco-website/issues/473
/reopen
Additional context:
Additional context:
- the root issue seems to be in the way the dco plugin is formatting the URL 👉 https://github.com/kubernetes/test-infra/blob/master/prow/plugins/dco/dco.go#L206
Yeah, I too figured out the same. Only feasible way to resolve this issue from my perspective is,
I assume that the organization has a common Contributing Guide (in /.github) for all the repositories, so we can change targetURL := fmt.Sprintf("https://github.com/%s/%s/blob/master/CONTRIBUTING.md", org, repo)
to targetURL := fmt.Sprintf("https://github.com/%s/.github/blob/master/CONTRIBUTING.md", org)
or maybe we should keep the targetURL static as targetURL = "https://github.com/falcosecurity/.github/blob/master/CONTRIBUTING.md"
because org
will be falcosecurity
for all the repositories.
PS: Though falcosidekick has its own CONTRIBUTING.md somehow.
Another way out can be to add a CONTRIBUTING.md in each repository as that would generate a valid URL through existing DCO plugin (check here but I guess that will defeat the whole purpose of having falcosecurity/.github
repository.
@leogr Please do share your insights.
I assume that the organization has a common Contributing Guide (in /.github) for all the repositories, so we can change
targetURL := fmt.Sprintf("https://github.com/%s/%s/blob/master/CONTRIBUTING.md", org, repo)
totargetURL := fmt.Sprintf("https://github.com/%s/.github/blob/master/CONTRIBUTING.md", org)
or maybe we should keep the targetURL static astargetURL = "https://github.com/falcosecurity/.github/blob/master/CONTRIBUTING.md"
becauseorg
will befalcosecurity
for all the repositories.
I believe the main issue here is that we have to host and maintain our own customized DCO plugin. Once we have that, we could use a static URL or make it configurable on a per-repo basis.
PS: Though falcosidekick has its own CONTRIBUTING.md somehow.
Another way out can be to add a CONTRIBUTING.md in each repository as that would generate a valid URL through existing DCO plugin (check here but I guess that will defeat the whole purpose of having
falcosecurity/.github
repository.
The original idea was to have just one centralized CONTRIBUTING.md. And btw I still like that idea since it requires less maintenance. :smile_cat:
I guess that once we solve the DCO plugin issue, even falcosidekick
could use the centralized CONTRIBUTING.md.
@falcosecurity/falcosidekick-maintainers wdyt?
I guess that once we solve the DCO plugin issue, even
falcosidekick
could use the centralized CONTRIBUTING.md. @falcosecurity/falcosidekick-maintainers wdyt?
Ok for me
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
/remove-lifecycle stale
I just opened https://github.com/kubernetes/test-infra/pull/25495 to address this, let's see if it goes through 🙂
/assign @zuc
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
/remove-lifecycle stale
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
The upstream PR just got merged yesterday (https://github.com/kubernetes/test-infra/pull/25495) so we can finally go ahead and fix this.
/remove-lifecycle stale
What is wrong with the website or needs to be cleaned?
The link now points to https://github.com/falcosecurity/falco-website/blob/master/CONTRIBUTING.md and results in 404.
Update the link to https://github.com/falcosecurity/.github/blob/master/CONTRIBUTING.md