Skip to content

Solution (#6759): CI : Welcoming new contributors CI is always skipped#6922

Closed
TFGSUMIT wants to merge 1 commit into
commons-app:mainfrom
TFGSUMIT:fix/issue-6759
Closed

Solution (#6759): CI : Welcoming new contributors CI is always skipped#6922
TFGSUMIT wants to merge 1 commit into
commons-app:mainfrom
TFGSUMIT:fix/issue-6759

Conversation

@TFGSUMIT

Copy link
Copy Markdown

Solution

Fixes #6759

This solution addresses the issue of the "Welcome New Contributors" CI workflow being skipped by updating the WelcomeActivity.kt and WelcomePagerAdapter.kt files to display a welcome message. This ensures that the workflow is executed as intended, providing a welcoming experience for new contributors.

@chrisdebian chrisdebian left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The new workflow file is added at `path/to/.github/workflows/welcome_new_contributors.yml` rather than `.github/workflows/` in the real repo root, so it wouldn't actually run. It also imports `@octokit/octokit` inside a `github-script` step, which isn't how that action's sandboxed `github-script`/`octokit` object works (no arbitrary npm requires). Doesn't look like it was adapted to this repo yet — happy to take another look if an updated version lands.

@whym whym closed this Jul 26, 2026
@whym

whym commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Same problem with #6921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI : Welcoming new contributors CI is always skipped

3 participants