File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v3
5454 with :
5555 fetch-depth : 0
56- persist-credentials : false
56+ token : ${{ secrets.CHANGELOG_UPDATE_PAT }}
5757 - name : Git branch name
5858 id : git-branch-name
5959 uses : EthanSK/git-branch-name-action@v1
Original file line number Diff line number Diff line change @@ -10,14 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212- Add short git URL notation support ([ #28 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/28 ) )
13-
14- ### Changed
15-
16- - Update CHANGELOG from Github Actions [ actions skip]
13+ - Add MSRV badge ([ #36 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/36 ) )
14+ - Add personal access token to checkout ([ #41 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/41 ) )
1715
1816### Fixed
1917
18+ - Update CHANGELOG from Github Actions
2019- Make changelog update fixup to PR commit ([ #33 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/33 ) )
20+ - Fix post pr workflow ([ #37 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/37 ) )
21+ - Post PR: Include all PR files with changelog commit with ` --all ` ([ #38 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/38 ) )
22+
23+ ### Other
24+
25+ - Troubleshoot CI commit fail ([ #39 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/39 ) )
26+ - Troubleshoot Post PR ([ #40 ] ( https://github.com/tjtelan/git-url-parse-rs/issues/40 ) )
2127
2228## [ 0.4.2] ( https://github.com/tjtelan/git-url-parse-rs/tree/v0.4.2 ) - 2022-05-30
2329
You can’t perform that action at this time.
0 commit comments