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

Hacktoberfest 2024 Add take action to auto assign contributors #809

Merged

Conversation

taniashiba
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to automatically assign issues to contributors when they comment during the month of October. The workflow also logs when the action is skipped outside of October.

New GitHub Actions workflow:

  • .github/workflows/take.yml: Added a workflow named "Auto-assign issue to contributor" that triggers on issue comments. It includes two jobs:
    • assign: Assigns the issue to the contributor if the comment is made in October.
    • log_out_of_october: Logs a message indicating the action was skipped if the comment is made outside of October.

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.64%. Comparing base (6d82b58) to head (3b9f992).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #809      +/-   ##
==========================================
- Coverage   98.71%   98.64%   -0.07%     
==========================================
  Files          74       74              
  Lines       11469    11469              
  Branches     1652     1649       -3     
==========================================
- Hits        11322    11314       -8     
- Misses        141      149       +8     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@taniashiba
Copy link
Contributor Author

Updated PR to resolve bug where action wouldn't assign.

@angiejones angiejones merged commit 8b6eb13 into TBD54566975:main Oct 1, 2024
4 checks 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.

4 participants