Skip to content

Commit

Permalink
Add github action based check enforcer (Azure#3287)
Browse files Browse the repository at this point in the history
* [Test-Proxy] updating readmes for basic usage (Azure#3345)

* Update actions target to main repo/branch

Co-authored-by: Scott Beddall <[email protected]>
  • Loading branch information
benbp and scbedd authored May 18, 2022
1 parent 958c5ba commit 326cca8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/event.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: GitHub Event Handler

on:
check_suite:
types: [completed]
issue_comment:
types: [created]

jobs:
event-handler:
name: Handle ${{ github.event_name }} ${{ github.event.action }} event
runs-on: ubuntu-latest
steps:
- uses: azure/azure-sdk-actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 326cca8

Please sign in to comment.