Skip to content

Commit

Permalink
chore(deps): update github/privileged-requester action to v2.1.0 (#265)
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 | minor | `v2.0.0` -> `v2.1.0` |

---

### Release Notes

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

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

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

#### What's Changed

-   Bump actions/upload-artifact from 3.1.0 to 3.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/99](https://togithub.com/github/privileged-requester/pull/99)
-   Prevent Duplicate Approvals by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/125](https://togithub.com/github/privileged-requester/pull/125)
-   properly fetch "login" when using Actions tokens instead of a PAT by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/126](https://togithub.com/github/privileged-requester/pull/126)
-   fix 'github-actions\[bot]' usage by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/127](https://togithub.com/github/privileged-requester/pull/127)
-   fix hasAlreadyApproved() method by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/128](https://togithub.com/github/privileged-requester/pull/128)

**Full Changelog**: github/privileged-requester@v2.0.0...v2.1.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: #265
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and renovate[bot] authored Nov 29, 2023
2 parents 3c324ed + e2f5ae5 commit 49c8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@020a53bc1a3c4500c216c7c8100a58b0e6d7381e # v2.0.0
- uses: github/privileged-requester@f8d60d9344e1c10976aad5c1af0c7c977badd677 # v2.1.0
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
github_token: ${{ secrets.GH_ACT_PAT }}
Expand Down

0 comments on commit 49c8d40

Please sign in to comment.