Skip to content

Commit

Permalink
Github Action: Automatically mention a ROL developer on ROL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcgcg committed Apr 4, 2024
1 parent 6c485b0 commit c153f2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/title_to_mention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
issue-number: ${{ github.event.issue.number }}
body: |
Automatic mention of the @trilinos/ifpack2 team
- name: Mention ROL
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
if: (contains(github.event.action, 'labeled') && contains(github.event.label.name, 'ROL')) || (contains(github.event.action, 'opened') && contains(github.event.issue.title, 'ROL'))
with:
issue-number: ${{ github.event.issue.number }}
body: |
Automatic mention of @aj463

0 comments on commit c153f2b

Please sign in to comment.