Skip to content

Commit

Permalink
Try to remove optional params
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Feb 10, 2023
1 parent da6aa04 commit 7bf47d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reviews-reminder-msteams-mention.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PRs reviews reminder (self testing for MS Teams)
name: PRs reviews reminder (self testing for MS Teams with mention)

on: ["push", "pull_request"]

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr-reviews-reminder-msteams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
webhook-url: 'https://davideviolante.webhook.office.com/webhookb2/a8d77ee9-e1d9-44ef-931d-a72a1bd94db4@962d0904-2bf7-4c2c-8845-3e7d68a0a1e7/IncomingWebhook/67be8507a1cd4913a0e3ade58d5d13ef/8fce525b-00ca-4fca-983e-9403f62d14d8' # Required
provider: 'msteams' # Required (slack or msteams)
channel: '' # Optional, eg: #general
github-provider-map: '' # Optional, eg: "DavideViolante:UEABCDEFG,foobar:UAABCDEFG"
provider: 'msteams' # Required (slack or msteams)

0 comments on commit 7bf47d6

Please sign in to comment.