Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
68d4a5d
Add release notes template to main branch
mball-agathos Aug 19, 2024
1a6e8bc
add support for generate_release_notes
mball-agathos Aug 19, 2024
2f9d2a6
Merge branch 'PyGithub:main' into main
mball-agathos Aug 26, 2024
424eb89
Merge branch 'main' into issue_2794
mball-agathos Aug 26, 2024
e27a5ea
Merge branch 'PyGithub:main' into main
mball-agathos Feb 9, 2025
bfb8fa4
Merge remote-tracking branch 'origin/main' into issue_2794
mball-agathos Feb 9, 2025
4c5739a
Update github/Repository.py from reviewer suggestion
mball-agathos Feb 9, 2025
7684e44
Add description to test_release_notes.yml
mball-agathos Feb 9, 2025
a225374
rename jacquev6 to PyGithub
mball-agathos Feb 10, 2025
5a17934
Merge branch 'main' into issue_2794
EnricoMi Aug 13, 2025
88ea15d
Fix test replay data authentication
EnricoMi Aug 13, 2025
3167fd7
Add "make_latest" to test replay data required by main branch changes
EnricoMi Aug 13, 2025
5ca7320
Fix path to config file in test replay data
EnricoMi Aug 13, 2025
9ff1cca
Add OpenAPI schema
EnricoMi Aug 14, 2025
5f2b306
Run black to reformat files
mball-agathos Aug 14, 2025
2e685ce
Merge branch 'main' into issue_2794
EnricoMi Aug 25, 2025
1784f77
Merge branch 'PyGithub:main' into issue_2794
mball-agathos Aug 27, 2025
84257d7
Fix attribute ordering in GeneratedReleaseNotes.py
mball-agathos Aug 27, 2025
be2cc7e
Fix typo in _useAttributes method of GeneratedReleaseNotes
mball-agathos Aug 28, 2025
e9e068d
Fix assertions
EnricoMi Aug 28, 2025
7c65abf
Minor cleanup, no functional change
EnricoMi Aug 28, 2025
30b203c
Fix import and linting
EnricoMi Aug 28, 2025
78c2a2c
Fix schema annotation
EnricoMi Aug 28, 2025
c6b0835
Revert empty line before schema annotation
EnricoMi Aug 28, 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
Prev Previous commit
Next Next commit
Add description to test_release_notes.yml
  • Loading branch information
mball-agathos committed Feb 9, 2025
commit 7684e44f099d54687f8b62aaee312ba2ad650565
8 changes: 0 additions & 8 deletions .github/test_release_notes.yml

This file was deleted.

13 changes: 13 additions & 0 deletions tests/test_release_notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file is needed for generating release notes for the Repository::testGenerateReleaseNotesWithAllArguments test
# See https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

# This is used to generate the ReplayData as used by Repository::testGenerateReleaseNotesWithAllArguments.
# If you need to regenerate this ReplayData files, you will need to copy this yaml file
# into the `.github` directory on the main branch of your forked repository.
# The GitHub API expects to see this file in the `.github` directory when generating release notes.

changelog:
categories:
- title: Features
labels:
- '*'