Merge branch 'master' into issue-280-2
This commit is contained in:
commit
7249d540ef
3 changed files with 3 additions and 3 deletions
2
.github/workflows/auto_merge_prs.yml
vendored
2
.github/workflows/auto_merge_prs.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GH_TOKEN: "${{ github.token }}"
|
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
|
||||||
|
|
|
@ -8,7 +8,7 @@ authors = [
|
||||||
"Chris Hennick <hennickc@amazon.com>",
|
"Chris Hennick <hennickc@amazon.com>",
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/Pr0methean/zip.git"
|
repository = "https://github.com/zip-rs/zip2.git"
|
||||||
keywords = ["zip", "archive"]
|
keywords = ["zip", "archive"]
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
description = """
|
description = """
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
zip
|
zip
|
||||||
========
|
========
|
||||||
|
|
||||||
[](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI)
|
[](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI)
|
||||||
[](https://crates.io/crates/zip)
|
[](https://crates.io/crates/zip)
|
||||||
|
|
||||||
[Documentation](https://docs.rs/zip/latest/zip/)
|
[Documentation](https://docs.rs/zip/latest/zip/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue