We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d30b0 commit defff09Copy full SHA for defff09
.github/workflows/event.yml
@@ -0,0 +1,16 @@
1
+name: GitHub Event Handler
2
+
3
+on:
4
+ check_suite:
5
+ types: [completed]
6
+ issue_comment:
7
+ types: [created]
8
9
+jobs:
10
+ event-handler:
11
+ name: Handle ${{ github.event_name }} ${{ github.event.action }} event
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: azure/azure-sdk-actions@main
15
+ with:
16
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments