Skip to content

Commit

Permalink
Use pyproject.toml instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 8, 2024
1 parent 653707c commit 4182427
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/notify-new-issue.yml
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 }}
26 changes: 13 additions & 13 deletions .github/workflows/notify-new-pr.yml
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 }}

0 comments on commit 4182427

Please sign in to comment.