Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website fixes #58

Merged
merged 3 commits into from
Feb 9, 2024
Merged

website fixes #58

merged 3 commits into from
Feb 9, 2024

Conversation

tyliec
Copy link
Member

@tyliec tyliec commented Feb 1, 2024

Summary

  • Handles the repository rename from CWAWebsite -> website
  • Filters the contributors on the homepage to only include collaborators
  • Adds uipa to the contributor generation list

Changes

  • Updated Section:
  • Added new feature:
  • Fixed a bug:
  • Updated documentation

Related Issue

Related Issue: Closes #55


echo $contributor >> contributors.json
# " {\"name\": \"$contributor\"},"
collaborators=$(curl -s -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.CWA_BOT_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" "https://api.github.com/repos/${{ env.ORGANIZATION_NAME }}/$item/collaborators?per_page=100" | jq -r '.[].login')
Copy link
Member Author

Choose a reason for hiding this comment

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

This ?per_page=100 is going to be a problem as the organization grows, hopefully it doesn't grow too fast! 😆

Copy link
Contributor

@kobebuckley kobebuckley left a comment

Choose a reason for hiding this comment

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

LGTM!

@tyliec tyliec merged commit 303651d into main Feb 9, 2024
1 check passed
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.

[bug] forked contributors are being listed
2 participants