Skip to content

Commit 1c31737

Browse files
committed
Try adding comment to the PR
1 parent 9901d59 commit 1c31737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/email-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212
jobs:
1313
validate_email:
1414
runs-on: ubuntu-24.04
15+
permissions:
16+
pull-requests: write
1517
if: github.repository == 'intel/llvm'
1618
steps:
1719
- name: Fetch LLVM sources
@@ -34,8 +36,6 @@ jobs:
3436
- name: Validate author email
3537
if: endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') ||
3638
github.event.pull_request.user.email == ''
37-
permissions:
38-
pull-requests: write
3939
env:
4040
COMMENT: >-
4141
⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo.<br/>

0 commit comments

Comments
 (0)