Skip to content

Commit

Permalink
Merge pull request #12885 from cgcgcg/mentionROL
Browse files Browse the repository at this point in the history
Github Action: Automatically mention ROL team on ROL issues
  • Loading branch information
cgcgcg authored Apr 5, 2024
2 parents 6a0874f + c153f2b commit 864738b
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 864738b

Please sign in to comment.