Skip to content

Commit

Permalink
imp(crud): Get Pr number from GitHub to prefill input (#17)
Browse files Browse the repository at this point in the history
* check for existing pull requests on GitHub

* fix implementation

* add changelog entry

* disable local test on CI
  • Loading branch information
MalteHerrmann authored Jun 14, 2024
1 parent 74ed003 commit c9fe901
Show file tree
Hide file tree
Showing 9 changed files with 983 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo test --verbose --features remote
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ This changelog was created using the `clu` binary

### Improvements

- (crud) [#17](https://github.com/MalteHerrmann/changelog-utils/pull/17) Get PR number from GitHub to prefill input.
- (crud) [#14](https://github.com/MalteHerrmann/changelog-utils/pull/14) Keep comments at head of file.
- (lint) [#6](https://github.com/MalteHerrmann/changelog-utils/pull/6) Remove Python implementation.
Loading

0 comments on commit c9fe901

Please sign in to comment.