ci: add PR Monday Notifier workflow #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | ||
| name: PR Monday Notifier | ||
| on: | ||
| pull_request: | ||
| types: [opened, reopened, ready_for_review, edited, closed] | ||
| pull_request_review: | ||
| types: [submitted] | ||
| jobs: | ||
| notify-monday: | ||
| uses: fiverr/github_workflows/.github/workflows/pr-monday-notifier.yml@master | ||
|
Check failure on line 12 in .github/workflows/pr-monday-notifier.yml
|
||
| secrets: | ||
| MONDAY_API_TOKEN: ${{ secrets.MONDAY_API_TOKEN }} | ||
| GITHUBOT_TOKEN: ${{ secrets.GITHUBOT_TOKEN }} | ||
| DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | ||
| DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} | ||