Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Refactor postgres commands to follow ObjectVerb naming pattern, fix command hierarchy, and ensure all commands end with verbs #7039

Refactor postgres commands to follow ObjectVerb naming pattern, fix command hierarchy, and ensure all commands end with verbs

Refactor postgres commands to follow ObjectVerb naming pattern, fix command hierarchy, and ensure all commands end with verbs #7039

Workflow file for this run

# NOTE: currently azure-sdk-actions only hosts check enforcer code.
# If further functionality is added, this name should be updated to reflect
# the more generic behavior
name: Check Enforcer
on:
check_suite:
types: [completed]
issue_comment:
types: [created]
permissions: {}
jobs:
event-handler:
permissions:
statuses: write # to set status (azure/azure-sdk-actions)
pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions)
checks: read # to read check status (azure/azure-sdk-actions)
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version
steps:
- uses: azure/azure-sdk-actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }}