[chore] : Bump the actions group with 3 updates #17
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Two-Stage PR Review Process | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, labeled, unlabeled, ready_for_review, converted_to_draft] | |
pull_request_review: | |
types: [submitted] | |
jobs: | |
manage-pr-status: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
contents: write | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0 | |
- name: Two stage PR review | |
uses: hashicorp/[email protected] |