Releases: github/privileged-requester
Releases · github/privileged-requester
v2.3.3
What's Changed
- Bump actions/upload-artifact from 4.3.6 to 4.4.0 in the github-actions group by @dependabot in #175
- fallback to
commit.commit.author.name
by @GrantBirki in #182
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1
What's Changed
- Bump nock from 13.5.4 to 13.5.5 by @dependabot in #173
- Bump prettier from 3.2.5 to 3.3.3 by @dependabot in #165
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #152
- Bump actions/upload-artifact from 4.3.3 to 4.3.6 by @dependabot in #169
- Commit Verification 🔒 by @GrantBirki in #171
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Sort reviews by ID rather than date so there cannot be a tie. by @chrisgavin in #134
- Bump actions/upload-artifact from 3.1.3 to 4.3.1 by @dependabot in #145
- Bump github/codeql-action from 2 to 3 by @dependabot in #132
- Bump eslint from 8.54.0 to 8.57.0 by @dependabot in #148
- Bump prettier from 3.1.0 to 3.2.5 by @dependabot in #144
- Bump undici from 5.28.1 to 5.28.4 by @dependabot in #150
- Update all node packages by @GrantBirki in #151
New Contributors
- @chrisgavin made their first contribution in #134
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump actions/upload-artifact from 3.1.0 to 3.1.3 by @dependabot in #99
- Prevent Duplicate Approvals by @GrantBirki in #125
- properly fetch "login" when using Actions tokens instead of a PAT by @GrantBirki in #126
- fix 'github-actions[bot]' usage by @GrantBirki in #127
- fix hasAlreadyApproved() method by @GrantBirki in #128
Full Changelog: v2.0.0...v2.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
. 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.
What's Changed
- Single Token Input by @GrantBirki in #121
- ensure all handles are treated the same (as lowercase) by @GrantBirki in #122
- improved logging by @GrantBirki in #123
- Node Updates by @GrantBirki in #124
Full Changelog: v1.1.0...v2.0.0