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 #916

Closed

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.

Copy link

changeset-bot bot commented Sep 30, 2024

⚠️ No Changeset found

Latest commit: 3f11d7f

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 Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.49%. Comparing base (d3b4728) to head (3f11d7f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #916   +/-   ##
=======================================
  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% <ø> (ø)

@blackgirlbytes
Copy link
Contributor

I think this might've been an accident. I can open a new PR or edit this current one to add the take action. This looks quite different from the take action

@blackgirlbytes
Copy link
Contributor

Looks like I can't edit it! I'm going to close this PR if that's okay with you @taniashiba ..and open a new one

@taniashiba taniashiba deleted the web5-js-takeaction branch October 1, 2024 13:12
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.

2 participants