Skip to content

Commit

Permalink
[ci] Upgrade codemention and update comment configuration (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman authored Oct 23, 2024
1 parent 8c4be1c commit 3139124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/codemention.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
commentConfiguration:
preamble: 'Subscribed to pull request'
epilogue: 'Generated by [CodeMention](https://github.com/expo/expo/actions/workflows/codemention.yaml)'
rules:
- patterns: ['**/*']
mentions: ['szdziedzic', 'khamilowicz', 'sjchmiela']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codemention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: tobyhs/codemention@v1.2.0
- uses: tobyhs/codemention@v1.4.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3139124

Please sign in to comment.