Skip to content

Rename approval workflow #28985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/codeowner_review_status.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Owners Approval Check
name: Check for required approvals

on:
pull_request_review:
Expand All @@ -11,14 +11,13 @@ concurrency:
cancel-in-progress: true

jobs:
check-code-owners-approval:
check-for-required-approvals:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Check Code Owners Approval
id: check_approvals
- id: check_approvals
uses: actions/github-script@v7
with:
github-token: ${{secrets.CODEOWNER_WORKFLOW_TOKEN}}
Expand Down
Loading