From 067f7bee28ada0f856de9b23133e77647ee74eb6 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:26:44 -0700 Subject: [PATCH 1/2] doc: update repo link and Actions badge link --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6212924a..1586ef46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Chris Hennick ", ] license = "MIT" -repository = "https://github.com/Pr0methean/zip.git" +repository = "https://github.com/zip-rs/zip2.git" keywords = ["zip", "archive"] rust-version = "1.70.0" description = """ diff --git a/README.md b/README.md index bb9ea7ef..c417c39f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ zip ======== -[![Build Status](https://github.com/Pr0methean/zip/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) +[![Build Status](https://github.com/zip-rs/zip2/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip.svg)](https://crates.io/crates/zip) [Documentation](https://docs.rs/zip/latest/zip/) From ba6c07d214e5ba8ee02cbe5f0746edef59702cfd Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:27:18 -0700 Subject: [PATCH 2/2] Revert "ci: Bug fix? Use ${{github.token}} for everything" This reverts commit 406da383e9916e49589983c74927bad8d689050d. --- .github/workflows/auto_merge_prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_merge_prs.yml b/.github/workflows/auto_merge_prs.yml index ced6bddb..260723a4 100644 --- a/.github/workflows/auto_merge_prs.yml +++ b/.github/workflows/auto_merge_prs.yml @@ -20,4 +20,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: "${{ github.token }}" + GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"