Skip to content

Commit

Permalink
chore(deps): update github/privileged-requester action to v2 (#264)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github/privileged-requester](https://togithub.com/github/privileged-requester) | action | major | `v1.1.0` -> `v2.0.0` |

---

### Release Notes

<details>
<summary>github/privileged-requester (github/privileged-requester)</summary>

### [`v2.0.0`](https://togithub.com/github/privileged-requester/releases/tag/v2.0.0)

[Compare Source](https://togithub.com/github/privileged-requester/compare/v1.1.0...v2.0.0)

#### ⚠️ Breaking Changes ⚠️

The following inputs options are now **deprecated**:

-   `myToken`
-   `robotUserToken`

They are now replaced with just a single input option called [`github_token`](https://togithub.com/github/privileged-requester/blob/020a53bc1a3c4500c216c7c8100a58b0e6d7381e/action.yml#L7-L13). By default, this option will assume the default GitHub Actions token (`${{ github.token }}`) and it will inherit your workflow's permissions. You can optionally overwrite this value with a [GitHub PAT](https://docs.github.com/en/rest/orgs/personal-access-tokens?apiVersion=2022-11-28).

#### What's Changed

-   Single Token Input by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/121](https://togithub.com/github/privileged-requester/pull/121)
-   ensure all handles are treated the same (as lowercase) by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/122](https://togithub.com/github/privileged-requester/pull/122)
-   improved logging by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/123](https://togithub.com/github/privileged-requester/pull/123)
-   Node Updates by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/124](https://togithub.com/github/privileged-requester/pull/124)

**Full Changelog**: github/privileged-requester@v1.1.0...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #264
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Karow <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2023
2 parents 95cfbae + 26718d2 commit c74c3af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@1029a708aefc8cc53feef67c46df7b72c3b634b6 # v1.1.0
- uses: github/privileged-requester@020a53bc1a3c4500c216c7c8100a58b0e6d7381e # v2.0.0
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
robotUserToken: ${{ secrets.GH_ACT_PAT }}
github_token: ${{ secrets.GH_ACT_PAT }}
path: .github/autoapprove-config.yaml
prCreator: ${{ github.event.pull_request.user.login }}
prNumber: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit c74c3af

Please sign in to comment.