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, updated #942

Merged

Conversation

taniashiba
Copy link
Contributor

@taniashiba taniashiba commented Oct 1, 2024

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. The update also resolves bug that previously made action sometimes fail.

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.

Copy link

changeset-bot bot commented Oct 1, 2024

⚠️ No Changeset found

Latest commit: 5a2bbe3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.49%. Comparing base (d3b4728) to head (5a2bbe3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #942   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files         117      117           
  Lines       33456    33456           
  Branches     2706     2706           
=======================================
  Hits        31281    31281           
  Misses       2136     2136           
  Partials       39       39           
Components Coverage Δ
agent 87.59% <ø> (ø)
api 99.61% <ø> (ø)
common 98.68% <ø> (ø)
credentials 94.95% <ø> (ø)
crypto 93.79% <ø> (ø)
dids 97.77% <ø> (ø)
identity-agent 96.42% <ø> (ø)
crypto-aws-kms 100.00% <ø> (ø)
proxy-agent 96.42% <ø> (ø)
user-agent 96.57% <ø> (ø)

@taniashiba taniashiba changed the title Hacktoberfest 2024 - Add take action to auto assign contributors updated Hacktoberfest 2024 - Add take action to auto assign contributors, updated Oct 1, 2024
@taniashiba
Copy link
Contributor Author

Updated with correct file & update to fix bug.

Copy link
Member

@LiranCohen LiranCohen left a comment

Choose a reason for hiding this comment

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

🎸

@angiejones angiejones merged commit ecc7161 into TBD54566975:main Oct 1, 2024
34 of 35 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.

3 participants