{"id":15705519,"url":"https://github.com/hummusonrails/awake-yet-action","last_synced_at":"2025-05-12T15:44:37.988Z","repository":{"id":43827444,"uuid":"245679888","full_name":"hummusonrails/awake-yet-action","owner":"hummusonrails","description":"Get the date and time for any GitHub user by asking for it with GitHub Actions","archived":false,"fork":false,"pushed_at":"2023-10-02T22:50:27.000Z","size":1134,"stargazers_count":5,"open_issues_count":4,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-20T14:42:44.410Z","etag":null,"topics":["actions","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hummusonrails.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-07T17:56:05.000Z","updated_at":"2022-10-12T18:04:11.000Z","dependencies_parsed_at":"2024-10-24T07:06:09.420Z","dependency_job_id":null,"html_url":"https://github.com/hummusonrails/awake-yet-action","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.28358208955223885","last_synced_commit":"47803efc3ea48c34061647c269e04bfe7beba794"},"previous_names":["bencgreenberg/awake-yet-action"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fawake-yet-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fawake-yet-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fawake-yet-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummusonrails%2Fawake-yet-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummusonrails","download_url":"https://codeload.github.com/hummusonrails/awake-yet-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767510,"owners_count":21961120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","hacktoberfest"],"created_at":"2024-10-03T20:16:40.036Z","updated_at":"2025-05-12T15:44:37.963Z","avatar_url":"https://github.com/hummusonrails.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Are They Awake Yet? GitHub Action\n\nWhat time is it for the person you are tagging in a GitHub issue or pull request? This action will tell you the time and date for the user you mention in an issue or pull request.\n\n* [Usage](#usage)\n* [License](#license)\n\n## Usage\n\nTo use this action in your project, please follow the [instructions on GitHub](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow) for initiating a workflows folder structure in your repository, if you have not done so already. \n\nOnce you have your workflow structure set up, you can create a new workflow YAML file inside `/.github/workflows/` that contains the following:\n\n``` \nname: Are They Awake Yet\non: [issues, pull_request]\njobs:\n  are-they-awake-yet:\n    runs-on: ubuntu-latest\n    steps:\n    - name: are-they-awake-yet\n      uses: benhayehudi/awake-yet-action@master\n    env:\n      GITHUB_TOKEN: \"${{ secrets.GITHUB_TOKEN }}\"\n      GOOGLE_API_KEY: \"${{ secrets.GOOGLE_API_KEY }}\"\n```\n\nThe last step is you need to add your Google Maps API key to your GitHub repository secrets configuration. Follow [this guide](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) on how to do so. You need to save it with the following key: `GOOGLE_API_KEY`.\n\nAt this point, any `opened`, `reopened`, `created` or `edited` event `action` will trigger the action to post a comment either with the requested user's date and location in their location or letting you know that they do not specify a location in their profile..\n\n## License\n\nThis project is under the [MIT License](LICENSE.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummusonrails%2Fawake-yet-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummusonrails%2Fawake-yet-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummusonrails%2Fawake-yet-action/lists"}