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 9bcc222 commit 2c86117Copy full SHA for 2c86117
.github/workflows/main.yml
@@ -117,3 +117,10 @@ jobs:
117
118
- name: "integration(incoming): confirm a payload file was posted"
119
run: test -n "${{ steps.slackPayloadFile.outputs.time }}"
120
+
121
+ - name: "chore(health): check up on recent changes to the health score"
122
+ uses: slackapi/[email protected]
123
+ with:
124
+ codecov_token: ${{ secrets.CODECOV_TOKEN }}
125
+ github_token: ${{ secrets.GITHUB_TOKEN }}
126
+ extension: js
0 commit comments