Skip to content

Commit

Permalink
[Test-Proxy] updating readmes for basic usage (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and benbp committed May 16, 2022
1 parent d608205 commit ac13351
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: benbp/azure-sdk-actions@test
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ac13351

Please sign in to comment.