-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pyproject.toml instead of setup.py
- Loading branch information
1 parent
653707c
commit 4182427
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Notify new issue | ||
# name: Notify new issue | ||
|
||
on: | ||
issues: | ||
types: | ||
- "opened" | ||
# on: | ||
# issues: | ||
# types: | ||
# - "opened" | ||
|
||
jobs: | ||
notify: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Notify new issue | ||
uses: ecmwf-actions/notify-teams-issue@v1 | ||
with: | ||
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} | ||
# jobs: | ||
# notify: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Notify new issue | ||
# uses: ecmwf-actions/notify-teams-issue@v1 | ||
# with: | ||
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Notify new PR | ||
# name: Notify new PR | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- "opened" | ||
# on: | ||
# pull_request_target: | ||
# types: | ||
# - "opened" | ||
|
||
jobs: | ||
notify: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Notify new PR | ||
uses: ecmwf-actions/notify-teams-pr@v1 | ||
with: | ||
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} | ||
# jobs: | ||
# notify: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Notify new PR | ||
# uses: ecmwf-actions/notify-teams-pr@v1 | ||
# with: | ||
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} |