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

✨ Authored and Commited dates to :octocat: commits #4607

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Conversation

slntopp
Copy link
Member

@slntopp slntopp commented Aug 26, 2024

Introduces authored and commited dates to github.commit resource
From Github Docs:

... the author date is used to calculate when a commit was made. Whereas, in a repository, the commit date is used to calculate when a commit was made in the repository

Can be used like

github.repository.commits.where(authoredDate > parse.date('2019-01-01'))
github.repository.commits.where(commitedDate > parse.date('2019-01-01'))

Copy link
Contributor

github-actions bot commented Aug 26, 2024

Test Results

3 097 tests  ±0   3 096 ✅ ±0   1m 43s ⏱️ +20s
  370 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit f523138. ± Comparison against base commit e707ac2.

♻️ This comment has been updated with latest results.

This comment has been minimized.

--- commited
+++ committed
@slntopp slntopp merged commit d85d1c1 into main Aug 26, 2024
15 checks passed
@slntopp slntopp deleted the mik/github/add-commit-dates branch August 26, 2024 11:54
@github-actions github-actions bot locked and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants