Skip to content

Commit

Permalink
Create mattermost_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Besombes authored Oct 23, 2023
1 parent 58a123c commit 6763824
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/mattermost_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Mattermost_issues
on:
issues:
types: [reopened, opened]
jobs:
label_issues:
runs-on: ubuntu-latest
steps:
- run: |
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Test:\nNew issue on GitHub:\n issue_number = context.issue.number"}' https://team.forgemia.inra.fr/hooks/amu7nndhsfyw3naowa45p9dxuc

0 comments on commit 6763824

Please sign in to comment.