From baaf6468946a06dee4f82b42e513385ec7f87213 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Fri, 17 Apr 2026 00:17:12 +0000 Subject: [PATCH] remove checkenforcer from the workflows folder --- .github/workflows/event.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/event.yml diff --git a/.github/workflows/event.yml b/.github/workflows/event.yml deleted file mode 100644 index 6a973b4277..0000000000 --- a/.github/workflows/event.yml +++ /dev/null @@ -1,25 +0,0 @@ -# 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 }}