Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Sep 3, 2024
1 parent a71d588 commit c9417fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/required-reviewers-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
if: needs.check_branch.outputs.is_release_branch != 'true'
runs-on: ubuntu-latest
steps:
- name: Not special approval requirements
- name: No special approval requirements
run: |
echo ":white_check_mark: No approval required!" >> $GITHUB_STEP_SUMMARY
echo ":white_check_mark: No special approval required!" >> $GITHUB_STEP_SUMMARY
check_approval:
name: Approved by required reviewers
Expand Down

0 comments on commit c9417fb

Please sign in to comment.