Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
522d5bf
Create ReviewCommentReactionsStream
linbug Oct 13, 2025
6df9a73
chore(deps): Bump hynek/build-and-inspect-python-package from 2.13.0 …
dependabot[bot] Oct 13, 2025
5a94b0d
chore(deps): Bump singer-sdk from 0.50.1 to 0.50.2 in the runtime-dep…
dependabot[bot] Oct 13, 2025
ae8823b
chore(deps-dev): Bump types-python-dateutil from 2.9.0.20250822 to 2.…
dependabot[bot] Oct 13, 2025
4cd924f
Add get_child_context to parent stream
linbug Oct 14, 2025
98e258c
Change replication key to created_at
linbug Oct 14, 2025
89476e6
fix: String to int conversion in scraping (#474)
rluvaton Oct 14, 2025
60964cd
chore(deps): Bump singer-sdk from 0.50.2 to 0.51.0 (#476)
dependabot[bot] Oct 20, 2025
1c2c39b
chore(deps): Bump cryptography from 46.0.2 to 46.0.3 in the runtime-d…
dependabot[bot] Oct 20, 2025
67ac7f2
fix: Bump Singer SDK to 0.52 (#477)
edgarrmondragon Oct 22, 2025
4a83750
chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 in th…
dependabot[bot] Oct 27, 2025
791270d
chore(deps): Bump singer-sdk from 0.52.1 to 0.52.2 in the runtime-dep…
dependabot[bot] Oct 27, 2025
8098b7e
Change ignore_parent_replication_key to False
linbug Oct 28, 2025
604c858
Add pull_request_url and comment_url to schema
linbug Oct 28, 2025
1eb314e
Add if context else None to new fields
linbug Oct 28, 2025
50d0187
Add logging
linbug Oct 28, 2025
afca45e
Explicitly set row keys using context
linbug Oct 28, 2025
eba8c99
Remove newline
linbug Oct 30, 2025
d792551
Remove logging
linbug Oct 30, 2025
e201e76
Remove pull_request_url as it's the API url
linbug Oct 30, 2025
325b54d
Remove docstring that is causing E501 Line too long (90 > 88)
linbug Oct 31, 2025
0649323
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 31, 2025
474e203
Merge branch 'main' into add_github_reactions_stream
edgarrmondragon Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
- uses: hynek/build-and-inspect-python-package@efb823f52190ad02594531168b7a2d5790e66516 # v2.14.0
id: baipp

publish:
Expand All @@ -30,7 +30,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
with:
name: Packages
path: dist
Expand Down
Loading