We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9901d59 commit 1c31737Copy full SHA for 1c31737
.github/workflows/email-check.yaml
@@ -12,6 +12,8 @@ permissions:
12
jobs:
13
validate_email:
14
runs-on: ubuntu-24.04
15
+ permissions:
16
+ pull-requests: write
17
if: github.repository == 'intel/llvm'
18
steps:
19
- name: Fetch LLVM sources
@@ -34,8 +36,6 @@ jobs:
34
36
- name: Validate author email
35
37
if: endsWith(steps.author.outputs.EMAIL, 'noreply.github.com') ||
38
github.event.pull_request.user.email == ''
- permissions:
- pull-requests: write
39
env:
40
COMMENT: >-
41
⚠️ We detected that you are using a GitHub private e-mail address to contribute to the repo.<br/>
0 commit comments