Releases: OP5dev/Require-Team-Approval
Releases · OP5dev/Require-Team-Approval
v1.0.3
Fixed
- #12 Repository determination without explicit checkout (thank you, @eprachnau).
uses: op5dev/require-team-approval@dfd7b8b9a88bf82a955c103f7e19642b0411aecd # v1.0.3v1.0.2
Fixed
- #11 Output of
team-approvalsparameter (thank you, @eprachnau).
uses: op5dev/require-team-approval@202f2ddc7754319b048928b977266f635c2a4e52 # v1.0.2v1.0.1
v1.0.0
Added
- Input parameters:
Name Description Required teamTeam whose approval is required
Example:qa-teamtruetokenGitHub access token with 'read:org' scope
Example:secrets.CI_PATtrueapprovalsCount of approvals required
Default:1falsepr-numberOverride PR number
Example:42false - Output parameters:
Name Description pr-approvalsList of approvals on the PR. pr-approvals-countCount of approvals on the PR. team-approvalsList of approvals from the team. team-approvals-countCount of approvals from the team. team-membersList of team members. team-members-countCount of team members. - Security policy and reporting instructions.
uses: op5dev/require-team-approval@b3d754c2771583a7a189f137bcd7c0ceddf5868f # v1.0.0